diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-06-11 14:44:10 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-06-11 14:44:10 -0700 |
commit | accc7988851b983d1589d64e32a707c0b44fee0e (patch) | |
tree | c342ec24319d7c1da9bcd43111c58bca94a90442 | |
parent | c9973031a696cc00c509d7013145b1116093bf82 (diff) |
X_NOT_POSIX bits for pre-POSIX-1990 systems not needed any more
-rw-r--r-- | sessreg.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -88,10 +88,6 @@ #include <time.h> #define Time_t time_t -#ifdef X_NOT_POSIX -extern long lseek (); -extern char *ttyname (); -#endif static void set_utmp (struct utmp *u, char *line, char *user, char *host, Time_t date, int addp); |