Changeset 456 for trunk/server/lib/replace/system
- Timestamp:
- Jun 7, 2010, 9:08:40 AM (15 years ago)
- Location:
- trunk/server/lib/replace/system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/lib/replace/system/network.h
r414 r456 297 297 #endif 298 298 299 #ifndef __OS2__ 299 300 #ifndef HAVE_SA_FAMILY_T 300 301 #define HAVE_SA_FAMILY_T 301 302 typedef unsigned short int sa_family_t; 303 #endif 302 304 #endif 303 305 -
trunk/server/lib/replace/system/passwd.h
r414 r456 68 68 #endif 69 69 70 #if def REPLACE_GETPASS70 #if defined(REPLACE_GETPASS) && !defined(__OS2__) 71 71 #if defined(REPLACE_GETPASS_BY_GETPASSPHRASE) 72 72 #define getpass(prompt) getpassphrase(prompt)
Note:
See TracChangeset
for help on using the changeset viewer.