summaryrefslogtreecommitdiff
path: root/next-posix.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-09-16 15:39:56 +1100
committerDamien Miller <djm@mindrot.org>2000-09-16 15:39:56 +1100
commit606f880e0fd1a31f5beb3b37ece0c12317a9ed61 (patch)
treeb4afe2d6f8b77d73d309b3ed6ea2b89ad768d820 /next-posix.h
parente4340be5b3ff16f4d9ba5e3ea7e449dc1b6fa7a8 (diff)
- (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
- (djm) Re-enable int64_t types - we need them for sftp - (djm) Use libexecdir from configure , rather than libexecdir/ssh - (djm) Update Redhat SPEC file accordingly - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter <Dirk.DeWachter@rug.ac.be> - (djm) Fixprogs and entropy list fixes from Larry Jones <larry.jones@sdrc.com> - (djm) Fix for SuSE spec file from Takashi YOSHIDA <tyoshida@gemini.rc.kyushu-u.ac.jp>
Diffstat (limited to 'next-posix.h')
-rw-r--r--next-posix.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/next-posix.h b/next-posix.h
index 13aaaa2cb..06149d5b5 100644
--- a/next-posix.h
+++ b/next-posix.h
@@ -44,7 +44,6 @@ pid_t posix_wait(int *status); /* new wait() */
44 44
45/* MISC functions */ 45/* MISC functions */
46int waitpid(int pid,int *stat_loc,int options); 46int waitpid(int pid,int *stat_loc,int options);
47#define getpgrp() getpgrp(0)
48pid_t setsid(void); 47pid_t setsid(void);
49 48
50/* TC */ 49/* TC */