]> andersk Git - openssh.git/blobdiff - next-posix.h
20001204
[openssh.git] / next-posix.h
index 4668775461ecd4c7ba747587eda0f7f23d1dcb1e..92002060bb8b25f6638f4358b42b89d2f411a042 100644 (file)
 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.037133 seconds and 4 git commands to generate.