Changeset 746 for vendor/current/lib/replace/system
- Timestamp:
- Nov 27, 2012, 4:56:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/lib/replace/system/passwd.h
r740 r746 68 68 #endif 69 69 70 #if !defined(getpass) 70 71 #ifdef REPLACE_GETPASS 71 72 #if defined(REPLACE_GETPASS_BY_GETPASSPHRASE) … … 74 75 #define getpass(prompt) rep_getpass(prompt) 75 76 char *rep_getpass(const char *prompt); 77 #endif 76 78 #endif 77 79 #endif
Note:
See TracChangeset
for help on using the changeset viewer.