]> andersk Git - openssh.git/blobdiff - next-posix.h
20010115
[openssh.git] / next-posix.h
index b987b09c2e13e9d9178756a4b003bc102a51a253..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 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);
 int tcsetattr(int fd, int opt, const struct termios *t);
This page took 0.068364 seconds and 4 git commands to generate.