summaryrefslogtreecommitdiff
path: root/sessreg.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-06-11 14:44:10 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-06-11 14:44:10 -0700
commitaccc7988851b983d1589d64e32a707c0b44fee0e (patch)
treec342ec24319d7c1da9bcd43111c58bca94a90442 /sessreg.c
parentc9973031a696cc00c509d7013145b1116093bf82 (diff)
X_NOT_POSIX bits for pre-POSIX-1990 systems not needed any more
Diffstat (limited to 'sessreg.c')
-rw-r--r--sessreg.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sessreg.c b/sessreg.c
index 4d8acbe..eed1816 100644
--- a/sessreg.c
+++ b/sessreg.c
@@ -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);