]> andersk Git - openssh.git/blobdiff - next-posix.h
20010115
[openssh.git] / next-posix.h
index 7986817e7d5b8af95ff1f8d49961d194ed4380ee..3e16dacb9cb34a2a46078bde0f15f2c159f6171e 100644 (file)
 /* NeXT's readdir() is BSD (struct direct) not POSIX (struct dirent) */
 #define dirent direct
 
-/* FILE */
-#define O_NONBLOCK     00004   /* non-blocking open */
-
 /* Swap out NeXT's BSD wait() for a more POSIX complient one */
 pid_t posix_wait(int *status);
 #define wait(a) posix_wait(a)
 
-/* #ifdef POSIX wrapped functions that need defining */
+/* #ifdef wrapped functions that need defining for clean compiling */
 pid_t getppid(void);
+void vhangup(void);
+int innetgr(const char *netgroup, const char *host, const char *user, 
+            const char *domain);
 
 /* TERMCAP */
 int tcgetattr(int fd, struct termios *t);
This page took 0.087277 seconds and 4 git commands to generate.