diff options
Diffstat (limited to 'openbsd-compat/bsd-misc.h')
-rw-r--r-- | openbsd-compat/bsd-misc.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/openbsd-compat/bsd-misc.h b/openbsd-compat/bsd-misc.h index 7027815d6..33a1d707f 100644 --- a/openbsd-compat/bsd-misc.h +++ b/openbsd-compat/bsd-misc.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: bsd-misc.h,v 1.16 2004/06/25 04:03:34 dtucker Exp $ */ | 1 | /* $Id: bsd-misc.h,v 1.17 2004/08/15 08:41:00 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1999-2004 Damien Miller <djm@mindrot.org> | 4 | * Copyright (c) 1999-2004 Damien Miller <djm@mindrot.org> |
@@ -93,10 +93,6 @@ int tcsendbreak(int, int); | |||
93 | void unsetenv(const char *); | 93 | void unsetenv(const char *); |
94 | #endif | 94 | #endif |
95 | 95 | ||
96 | #ifndef HAVE_CLOSEFROM | ||
97 | int closefrom(int); | ||
98 | #endif | ||
99 | |||
100 | /* wrapper for signal interface */ | 96 | /* wrapper for signal interface */ |
101 | typedef void (*mysig_t)(int); | 97 | typedef void (*mysig_t)(int); |
102 | mysig_t mysignal(int sig, mysig_t act); | 98 | mysig_t mysignal(int sig, mysig_t act); |