comparison srogue/io.c @ 119:458df24e973d

srogue: use functions from mdport.c. Shell escape, passwd entries, terminal settings, and most signal handling is now done with the more portable md_* functions.
author John "Elwin" Edwards
date Wed, 30 Apr 2014 14:46:30 -0700
parents 8757a0593e6e
children 94a0d9dd5ce1
comparison
equal deleted inserted replaced
118:8d1dfc5a912c 119:458df24e973d
261 continue; 261 continue;
262 } 262 }
263 263
264 #ifdef NEED_GETTIME 264 #ifdef NEED_GETTIME
265 #include <stdio.h> 265 #include <stdio.h>
266 #include <pwd.h>
267 266
268 /* 267 /*
269 * gettime: 268 * gettime:
270 * This routine returns the current time as a string 269 * This routine returns the current time as a string
271 */ 270 */