- Timestamp:
- Jun 12, 2009, 4:08:50 PM (16 years ago)
- Location:
- branches/samba-3.3.x/source/lib/replace
- Files:
- 
      - 2 edited
 
 - 
          
  getpass.c (modified) (1 diff)
- 
          
  system/passwd.h (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      branches/samba-3.3.x/source/lib/replace/getpass.cr259 r262 153 153 /* Try to write to and read from the terminal if we can. 154 154 If we can't open the terminal, use stderr and stdin. */ 155 #ifndef __OS2__156 155 in = fopen ("/dev/tty", "w+"); 157 #else158 in = NULL;159 #endif160 156 if (in == NULL) { 161 157 in = stdin; 
- 
      branches/samba-3.3.x/source/lib/replace/system/passwd.hr206 r262 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.
  
