Ignore:
Timestamp:
Oct 25, 2011, 9:15:33 PM (14 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: some small adjustments and unneeded function removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/lib/os2helper.c

    r586 r646  
    137137
    138138// we search with the exe name if we are in client mode
     139/* not needed atm, as done with lp_is_in_client()
    139140bool os2_isClient()
    140141{
     
    154155        }
    155156}
    156 
     157*/
    157158/* OS/2-specific random functions. these functions used to be based on APR
    158159   random code, but we discovered some nasty problems with it on fast hardware
Note: See TracChangeset for help on using the changeset viewer.