From 305fb0018a1485a040eac264527b3fd4557a461a Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Fri, 10 Nov 2000 02:41:30 +0000 Subject: 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 - (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 - (bal) Fixed LDFLAG mispelling in configure.in for --with-afs --- next-posix.h | 1 + 1 file changed, 1 insertion(+) (limited to 'next-posix.h') 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); /* #ifdef POSIX wrapped functions that need defining */ pid_t getppid(void); +void vhangup(void); /* TERMCAP */ int tcgetattr(int fd, struct termios *t); -- cgit v1.2.3