Changeset 259 for branches/samba-3.3.x/source/lib
- Timestamp:
- Jun 10, 2009, 5:37:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/lib/replace/getpass.c
r206 r259 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 155 #ifndef __OS2__ 156 156 in = fopen ("/dev/tty", "w+"); 157 #else 158 in = NULL; 159 #endif 157 160 if (in == NULL) { 158 161 in = stdin;
Note:
See TracChangeset
for help on using the changeset viewer.