summaryrefslogtreecommitdiff
path: root/next-posix.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2000-11-10 02:41:30 +0000
committerBen Lindstrom <mouring@eviladmin.org>2000-11-10 02:41:30 +0000
commit305fb0018a1485a040eac264527b3fd4557a461a (patch)
tree731fd59b242eddc0560c712cb8c7652e0301f3d4 /next-posix.h
parentdbcea870630e6e6cedc6937d33da4e2e4c6d5390 (diff)
20001110
- (bal) Fixed dropped answer from skey_keyinfo() in auth1.c - (bal) Changed from --with-skey to --with-skey=PATH in configure.in - (bal) Added in check to verify S/Key library is being detected in configure.in - (bal) next-posix.h - added another prototype wrapped in POSIX ifdef/endif. Patch by Mark Miller <markm@swoon.net> - (bal) Added 'util.h' header to loginrec.c only if HAVE_UTIL_H is defined to remove warnings under MacOS X. Patch by Mark Miller <markm@swoon.net> - (bal) Fixed LDFLAG mispelling in configure.in for --with-afs
Diffstat (limited to 'next-posix.h')
-rw-r--r--next-posix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/next-posix.h b/next-posix.h
index 7986817e7..466877546 100644
--- a/next-posix.h
+++ b/next-posix.h
@@ -39,6 +39,7 @@ pid_t posix_wait(int *status);
39 39
40/* #ifdef POSIX wrapped functions that need defining */ 40/* #ifdef POSIX wrapped functions that need defining */
41pid_t getppid(void); 41pid_t getppid(void);
42void vhangup(void);
42 43
43/* TERMCAP */ 44/* TERMCAP */
44int tcgetattr(int fd, struct termios *t); 45int tcgetattr(int fd, struct termios *t);