Ignore:
Timestamp:
Oct 25, 2011, 4:59:31 PM (14 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.3: some small adjustments for cups and unneeded function removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/lib/os2helper.c

    r585 r644  
    136136
    137137// we search with the exe name if we are in client mode
     138/* not used anymore, as lp_is_in_client() is used instead
    138139bool os2_isClient()
    139140{
     
    153154        }
    154155}
    155 
     156*/
    156157/* OS/2-specific random functions. these functions used to be based on APR
    157158   random code, but we discovered some nasty problems with it on fast hardware
Note: See TracChangeset for help on using the changeset viewer.