diff options
Diffstat (limited to 'openbsd-compat/bsd-misc.h')
-rw-r--r-- | openbsd-compat/bsd-misc.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/openbsd-compat/bsd-misc.h b/openbsd-compat/bsd-misc.h index 27abb2e92..6f08b09fa 100644 --- a/openbsd-compat/bsd-misc.h +++ b/openbsd-compat/bsd-misc.h | |||
@@ -1,5 +1,3 @@ | |||
1 | /* $Id: bsd-misc.h,v 1.25 2013/08/04 11:48:41 dtucker Exp $ */ | ||
2 | |||
3 | /* | 1 | /* |
4 | * Copyright (c) 1999-2004 Damien Miller <djm@mindrot.org> | 2 | * Copyright (c) 1999-2004 Damien Miller <djm@mindrot.org> |
5 | * | 3 | * |
@@ -49,7 +47,7 @@ int setegid(uid_t); | |||
49 | 47 | ||
50 | #if !defined(HAVE_STRERROR) && defined(HAVE_SYS_ERRLIST) && defined(HAVE_SYS_NERR) | 48 | #if !defined(HAVE_STRERROR) && defined(HAVE_SYS_ERRLIST) && defined(HAVE_SYS_NERR) |
51 | const char *strerror(int); | 49 | const char *strerror(int); |
52 | #endif | 50 | #endif |
53 | 51 | ||
54 | #if !defined(HAVE_SETLINEBUF) | 52 | #if !defined(HAVE_SETLINEBUF) |
55 | #define setlinebuf(a) (setvbuf((a), NULL, _IOLBF, 0)) | 53 | #define setlinebuf(a) (setvbuf((a), NULL, _IOLBF, 0)) |