diff options
Diffstat (limited to 'openbsd-compat')
38 files changed, 78 insertions, 2 deletions
diff --git a/openbsd-compat/Makefile.in b/openbsd-compat/Makefile.in index e88a5c6b2..f243870b9 100644 --- a/openbsd-compat/Makefile.in +++ b/openbsd-compat/Makefile.in | |||
@@ -1,3 +1,5 @@ | |||
1 | # $Id: Makefile.in,v 1.5 2001/02/09 01:55:36 djm Exp $ | ||
2 | |||
1 | sysconfdir=@sysconfdir@ | 3 | sysconfdir=@sysconfdir@ |
2 | piddir=@piddir@ | 4 | piddir=@piddir@ |
3 | srcdir=@srcdir@ | 5 | srcdir=@srcdir@ |
diff --git a/openbsd-compat/base64.h b/openbsd-compat/base64.h index c1d69dd6c..f2514dc1c 100644 --- a/openbsd-compat/base64.h +++ b/openbsd-compat/base64.h | |||
@@ -1,3 +1,5 @@ | |||
1 | /* $Id: base64.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ | ||
2 | |||
1 | #ifndef _BSD_BASE64_H | 3 | #ifndef _BSD_BASE64_H |
2 | #define _BSD_BASE64_H | 4 | #define _BSD_BASE64_H |
3 | 5 | ||
diff --git a/openbsd-compat/bindresvport.h b/openbsd-compat/bindresvport.h index 6dbf8a2cb..b42f46983 100644 --- a/openbsd-compat/bindresvport.h +++ b/openbsd-compat/bindresvport.h | |||
@@ -1,3 +1,5 @@ | |||
1 | /* $Id: bindresvport.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ | ||
2 | |||
1 | #ifndef _BSD_BINDRESVPORT_H | 3 | #ifndef _BSD_BINDRESVPORT_H |
2 | #define _BSD_BINDRESVPORT_H | 4 | #define _BSD_BINDRESVPORT_H |
3 | 5 | ||
diff --git a/openbsd-compat/bsd-arc4random.c b/openbsd-compat/bsd-arc4random.c index c45459f59..87c7da5f7 100644 --- a/openbsd-compat/bsd-arc4random.c +++ b/openbsd-compat/bsd-arc4random.c | |||
@@ -24,6 +24,8 @@ | |||
24 | 24 | ||
25 | #include "includes.h" | 25 | #include "includes.h" |
26 | 26 | ||
27 | RCSID("$Id: bsd-arc4random.c,v 1.2 2001/02/09 01:55:36 djm Exp $"); | ||
28 | |||
27 | #ifndef HAVE_ARC4RANDOM | 29 | #ifndef HAVE_ARC4RANDOM |
28 | 30 | ||
29 | #include <openssl/rand.h> | 31 | #include <openssl/rand.h> |
diff --git a/openbsd-compat/bsd-arc4random.h b/openbsd-compat/bsd-arc4random.h index 9819b848c..7af757b2d 100644 --- a/openbsd-compat/bsd-arc4random.h +++ b/openbsd-compat/bsd-arc4random.h | |||
@@ -22,6 +22,8 @@ | |||
22 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 22 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
23 | */ | 23 | */ |
24 | 24 | ||
25 | /* $Id: bsd-arc4random.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ | ||
26 | |||
25 | #ifndef _BSD_ARC4RANDOM_H | 27 | #ifndef _BSD_ARC4RANDOM_H |
26 | #define _BSD_ARC4RANDOM_H | 28 | #define _BSD_ARC4RANDOM_H |
27 | 29 | ||
diff --git a/openbsd-compat/bsd-cygwin_util.c b/openbsd-compat/bsd-cygwin_util.c index b540ebe1a..2dcb35521 100644 --- a/openbsd-compat/bsd-cygwin_util.c +++ b/openbsd-compat/bsd-cygwin_util.c | |||
@@ -13,7 +13,9 @@ | |||
13 | * binary mode on Windows systems. | 13 | * binary mode on Windows systems. |
14 | */ | 14 | */ |
15 | 15 | ||
16 | #include "config.h" | 16 | #include "includes.h" |
17 | |||
18 | RCSID("$Id: bsd-cygwin_util.c,v 1.2 2001/02/09 01:55:36 djm Exp $"); | ||
17 | 19 | ||
18 | #ifdef HAVE_CYGWIN | 20 | #ifdef HAVE_CYGWIN |
19 | 21 | ||
diff --git a/openbsd-compat/bsd-cygwin_util.h b/openbsd-compat/bsd-cygwin_util.h index bf90d0293..b5d63cdc7 100644 --- a/openbsd-compat/bsd-cygwin_util.h +++ b/openbsd-compat/bsd-cygwin_util.h | |||
@@ -13,6 +13,8 @@ | |||
13 | * binary mode on Windows systems. | 13 | * binary mode on Windows systems. |
14 | */ | 14 | */ |
15 | 15 | ||
16 | /* $Id: bsd-cygwin_util.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ | ||
17 | |||
16 | #include "config.h" | 18 | #include "config.h" |
17 | 19 | ||
18 | #ifdef HAVE_CYGWIN | 20 | #ifdef HAVE_CYGWIN |
diff --git a/openbsd-compat/bsd-misc.c b/openbsd-compat/bsd-misc.c index 2e59019bc..c0d2d65ee 100644 --- a/openbsd-compat/bsd-misc.c +++ b/openbsd-compat/bsd-misc.c | |||
@@ -26,6 +26,8 @@ | |||
26 | #include "xmalloc.h" | 26 | #include "xmalloc.h" |
27 | #include "ssh.h" | 27 | #include "ssh.h" |
28 | 28 | ||
29 | RCSID("$Id: bsd-misc.c,v 1.2 2001/02/09 01:55:36 djm Exp $"); | ||
30 | |||
29 | char *get_progname(char *argv0) | 31 | char *get_progname(char *argv0) |
30 | { | 32 | { |
31 | #ifdef HAVE___PROGNAME | 33 | #ifdef HAVE___PROGNAME |
diff --git a/openbsd-compat/bsd-misc.h b/openbsd-compat/bsd-misc.h index e02c66783..61443b81c 100644 --- a/openbsd-compat/bsd-misc.h +++ b/openbsd-compat/bsd-misc.h | |||
@@ -22,6 +22,8 @@ | |||
22 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 22 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
23 | */ | 23 | */ |
24 | 24 | ||
25 | /* $Id: bsd-misc.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ | ||
26 | |||
25 | #ifndef _BSD_MISC_H | 27 | #ifndef _BSD_MISC_H |
26 | #define _BSD_MISC_H | 28 | #define _BSD_MISC_H |
27 | 29 | ||
diff --git a/openbsd-compat/bsd-nextstep.c b/openbsd-compat/bsd-nextstep.c index b6cdb3faa..64962d013 100644 --- a/openbsd-compat/bsd-nextstep.c +++ b/openbsd-compat/bsd-nextstep.c | |||
@@ -22,6 +22,8 @@ | |||
22 | 22 | ||
23 | #include "includes.h" | 23 | #include "includes.h" |
24 | 24 | ||
25 | RCSID("$Id: bsd-nextstep.c,v 1.3 2001/02/09 01:55:36 djm Exp $"); | ||
26 | |||
25 | #ifdef HAVE_NEXT | 27 | #ifdef HAVE_NEXT |
26 | #include <errno.h> | 28 | #include <errno.h> |
27 | #include <sys/wait.h> | 29 | #include <sys/wait.h> |
diff --git a/openbsd-compat/bsd-nextstep.h b/openbsd-compat/bsd-nextstep.h index 3e16dacb9..d7f44bfc0 100644 --- a/openbsd-compat/bsd-nextstep.h +++ b/openbsd-compat/bsd-nextstep.h | |||
@@ -21,6 +21,8 @@ | |||
21 | * | 21 | * |
22 | */ | 22 | */ |
23 | 23 | ||
24 | /* $Id: bsd-nextstep.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ | ||
25 | |||
24 | #ifndef _NEXT_POSIX_H | 26 | #ifndef _NEXT_POSIX_H |
25 | #define _NEXT_POSIX_H | 27 | #define _NEXT_POSIX_H |
26 | 28 | ||
diff --git a/openbsd-compat/bsd-snprintf.c b/openbsd-compat/bsd-snprintf.c index 59fefbf25..c75359c51 100644 --- a/openbsd-compat/bsd-snprintf.c +++ b/openbsd-compat/bsd-snprintf.c | |||
@@ -44,7 +44,9 @@ | |||
44 | * right. | 44 | * right. |
45 | **************************************************************/ | 45 | **************************************************************/ |
46 | 46 | ||
47 | #include "config.h" | 47 | #include "includes.h" |
48 | |||
49 | RCSID("$Id: bsd-snprintf.c,v 1.2 2001/02/09 01:55:36 djm Exp $"); | ||
48 | 50 | ||
49 | #if !defined(HAVE_SNPRINTF) || !defined(HAVE_VSNPRINTF) | 51 | #if !defined(HAVE_SNPRINTF) || !defined(HAVE_VSNPRINTF) |
50 | 52 | ||
diff --git a/openbsd-compat/bsd-snprintf.h b/openbsd-compat/bsd-snprintf.h index ed7a21c97..002b764e3 100644 --- a/openbsd-compat/bsd-snprintf.h +++ b/openbsd-compat/bsd-snprintf.h | |||
@@ -1,3 +1,5 @@ | |||
1 | /* $Id: bsd-snprintf.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ | ||
2 | |||
1 | #ifndef _BSD_SNPRINTF_H | 3 | #ifndef _BSD_SNPRINTF_H |
2 | #define _BSD_SNPRINTF_H | 4 | #define _BSD_SNPRINTF_H |
3 | 5 | ||
diff --git a/openbsd-compat/bsd-waitpid.c b/openbsd-compat/bsd-waitpid.c index 0bf4c7cd8..1a96bbf7f 100644 --- a/openbsd-compat/bsd-waitpid.c +++ b/openbsd-compat/bsd-waitpid.c | |||
@@ -22,6 +22,8 @@ | |||
22 | 22 | ||
23 | #include "includes.h" | 23 | #include "includes.h" |
24 | 24 | ||
25 | RCSID("$Id: bsd-waitpid.c,v 1.2 2001/02/09 01:55:36 djm Exp $"); | ||
26 | |||
25 | #ifndef HAVE_WAITPID | 27 | #ifndef HAVE_WAITPID |
26 | #include <errno.h> | 28 | #include <errno.h> |
27 | #include <sys/wait.h> | 29 | #include <sys/wait.h> |
diff --git a/openbsd-compat/bsd-waitpid.h b/openbsd-compat/bsd-waitpid.h index 25c6e9c86..e24edd791 100644 --- a/openbsd-compat/bsd-waitpid.h +++ b/openbsd-compat/bsd-waitpid.h | |||
@@ -21,6 +21,8 @@ | |||
21 | * | 21 | * |
22 | */ | 22 | */ |
23 | 23 | ||
24 | /* $Id: bsd-waitpid.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ | ||
25 | |||
24 | #ifndef _BSD_WAITPID_H | 26 | #ifndef _BSD_WAITPID_H |
25 | #define _BSD_WAITPID_H | 27 | #define _BSD_WAITPID_H |
26 | 28 | ||
diff --git a/openbsd-compat/daemon.h b/openbsd-compat/daemon.h index cd91ea07b..95a077359 100644 --- a/openbsd-compat/daemon.h +++ b/openbsd-compat/daemon.h | |||
@@ -1,3 +1,5 @@ | |||
1 | /* $Id: daemon.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ | ||
2 | |||
1 | #ifndef _BSD_DAEMON_H | 3 | #ifndef _BSD_DAEMON_H |
2 | #define _BSD_DAEMON_H | 4 | #define _BSD_DAEMON_H |
3 | 5 | ||
diff --git a/openbsd-compat/fake-gai-errnos.h b/openbsd-compat/fake-gai-errnos.h index 27f6089e9..5edc31b59 100644 --- a/openbsd-compat/fake-gai-errnos.h +++ b/openbsd-compat/fake-gai-errnos.h | |||
@@ -5,6 +5,8 @@ | |||
5 | * See getaddrinfo.c and getnameinfo.c. | 5 | * See getaddrinfo.c and getnameinfo.c. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | /* $Id: fake-gai-errnos.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ | ||
9 | |||
8 | /* for old netdb.h */ | 10 | /* for old netdb.h */ |
9 | #ifndef EAI_NODATA | 11 | #ifndef EAI_NODATA |
10 | #define EAI_NODATA 1 | 12 | #define EAI_NODATA 1 |
diff --git a/openbsd-compat/fake-getaddrinfo.c b/openbsd-compat/fake-getaddrinfo.c index 73c122ed1..67e9eb788 100644 --- a/openbsd-compat/fake-getaddrinfo.c +++ b/openbsd-compat/fake-getaddrinfo.c | |||
@@ -12,6 +12,8 @@ | |||
12 | #include "includes.h" | 12 | #include "includes.h" |
13 | #include "ssh.h" | 13 | #include "ssh.h" |
14 | 14 | ||
15 | RCSID("$Id: fake-getaddrinfo.c,v 1.2 2001/02/09 01:55:36 djm Exp $"); | ||
16 | |||
15 | #ifndef HAVE_GAI_STRERROR | 17 | #ifndef HAVE_GAI_STRERROR |
16 | char *gai_strerror(int ecode) | 18 | char *gai_strerror(int ecode) |
17 | { | 19 | { |
diff --git a/openbsd-compat/fake-getaddrinfo.h b/openbsd-compat/fake-getaddrinfo.h index 7da87142d..afd0226e2 100644 --- a/openbsd-compat/fake-getaddrinfo.h +++ b/openbsd-compat/fake-getaddrinfo.h | |||
@@ -1,3 +1,5 @@ | |||
1 | /* $Id: fake-getaddrinfo.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ | ||
2 | |||
1 | #ifndef _FAKE_GETADDRINFO_H | 3 | #ifndef _FAKE_GETADDRINFO_H |
2 | #define _FAKE_GETADDRINFO_H | 4 | #define _FAKE_GETADDRINFO_H |
3 | 5 | ||
diff --git a/openbsd-compat/fake-getnameinfo.c b/openbsd-compat/fake-getnameinfo.c index 203621f0d..e255ed333 100644 --- a/openbsd-compat/fake-getnameinfo.c +++ b/openbsd-compat/fake-getnameinfo.c | |||
@@ -12,6 +12,8 @@ | |||
12 | #include "includes.h" | 12 | #include "includes.h" |
13 | #include "ssh.h" | 13 | #include "ssh.h" |
14 | 14 | ||
15 | RCSID("$Id: fake-getnameinfo.c,v 1.2 2001/02/09 01:55:36 djm Exp $"); | ||
16 | |||
15 | #ifndef HAVE_GETNAMEINFO | 17 | #ifndef HAVE_GETNAMEINFO |
16 | int getnameinfo(const struct sockaddr *sa, size_t salen, char *host, | 18 | int getnameinfo(const struct sockaddr *sa, size_t salen, char *host, |
17 | size_t hostlen, char *serv, size_t servlen, int flags) | 19 | size_t hostlen, char *serv, size_t servlen, int flags) |
diff --git a/openbsd-compat/fake-getnameinfo.h b/openbsd-compat/fake-getnameinfo.h index 0d25f4270..c9b7908aa 100644 --- a/openbsd-compat/fake-getnameinfo.h +++ b/openbsd-compat/fake-getnameinfo.h | |||
@@ -1,3 +1,5 @@ | |||
1 | /* $Id: fake-getnameinfo.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ | ||
2 | |||
1 | #ifndef _FAKE_GETNAMEINFO_H | 3 | #ifndef _FAKE_GETNAMEINFO_H |
2 | #define _FAKE_GETNAMEINFO_H | 4 | #define _FAKE_GETNAMEINFO_H |
3 | 5 | ||
diff --git a/openbsd-compat/fake-socket.h b/openbsd-compat/fake-socket.h index b51caa030..bfc9d1523 100644 --- a/openbsd-compat/fake-socket.h +++ b/openbsd-compat/fake-socket.h | |||
@@ -1,3 +1,5 @@ | |||
1 | /* $Id: fake-socket.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ | ||
2 | |||
1 | #ifndef _FAKE_SOCKET_H | 3 | #ifndef _FAKE_SOCKET_H |
2 | #define _FAKE_SOCKET_H | 4 | #define _FAKE_SOCKET_H |
3 | 5 | ||
diff --git a/openbsd-compat/getcwd.h b/openbsd-compat/getcwd.h index bee738657..1137b3ed5 100644 --- a/openbsd-compat/getcwd.h +++ b/openbsd-compat/getcwd.h | |||
@@ -1,3 +1,5 @@ | |||
1 | /* $Id: getcwd.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ | ||
2 | |||
1 | #ifndef _BSD_GETCWD_H | 3 | #ifndef _BSD_GETCWD_H |
2 | #define _BSD_GETCWD_H | 4 | #define _BSD_GETCWD_H |
3 | #include "config.h" | 5 | #include "config.h" |
diff --git a/openbsd-compat/getgrouplist.h b/openbsd-compat/getgrouplist.h index ef9e60116..27a9703f2 100644 --- a/openbsd-compat/getgrouplist.h +++ b/openbsd-compat/getgrouplist.h | |||
@@ -1,3 +1,5 @@ | |||
1 | /* $Id: getgrouplist.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ | ||
2 | |||
1 | #ifndef _BSD_GETGROUPLIST_H | 3 | #ifndef _BSD_GETGROUPLIST_H |
2 | #define _BSD_GETGROUPLIST_H | 4 | #define _BSD_GETGROUPLIST_H |
3 | 5 | ||
diff --git a/openbsd-compat/inet_aton.h b/openbsd-compat/inet_aton.h index ec3c225c9..aafb7555f 100644 --- a/openbsd-compat/inet_aton.h +++ b/openbsd-compat/inet_aton.h | |||
@@ -1,3 +1,5 @@ | |||
1 | /* $Id: inet_aton.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ | ||
2 | |||
1 | #ifndef _BSD_INET_ATON_H | 3 | #ifndef _BSD_INET_ATON_H |
2 | #define _BSD_INET_ATON_H | 4 | #define _BSD_INET_ATON_H |
3 | 5 | ||
diff --git a/openbsd-compat/inet_ntoa.h b/openbsd-compat/inet_ntoa.h index e3d48e4af..85bc3d6fe 100644 --- a/openbsd-compat/inet_ntoa.h +++ b/openbsd-compat/inet_ntoa.h | |||
@@ -1,3 +1,5 @@ | |||
1 | /* $Id: inet_ntoa.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ | ||
2 | |||
1 | #ifndef _BSD_INET_NTOA_H | 3 | #ifndef _BSD_INET_NTOA_H |
2 | #define _BSD_INET_NTOA_H | 4 | #define _BSD_INET_NTOA_H |
3 | 5 | ||
diff --git a/openbsd-compat/mktemp.h b/openbsd-compat/mktemp.h index faddc916e..6a96f6fa6 100644 --- a/openbsd-compat/mktemp.h +++ b/openbsd-compat/mktemp.h | |||
@@ -1,3 +1,5 @@ | |||
1 | /* $Id: mktemp.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ | ||
2 | |||
1 | #ifndef _BSD_MKTEMP_H | 3 | #ifndef _BSD_MKTEMP_H |
2 | #define _BSD_MKTEMP_H | 4 | #define _BSD_MKTEMP_H |
3 | 5 | ||
diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h index 4758a9c59..b3e6a5eb7 100644 --- a/openbsd-compat/openbsd-compat.h +++ b/openbsd-compat/openbsd-compat.h | |||
@@ -1,3 +1,5 @@ | |||
1 | /* $Id: openbsd-compat.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ | ||
2 | |||
1 | #ifndef _OPENBSD_H | 3 | #ifndef _OPENBSD_H |
2 | #define _OPENBSD_H | 4 | #define _OPENBSD_H |
3 | 5 | ||
diff --git a/openbsd-compat/realpath.h b/openbsd-compat/realpath.h index dc3579dd3..25e4075d7 100644 --- a/openbsd-compat/realpath.h +++ b/openbsd-compat/realpath.h | |||
@@ -1,3 +1,5 @@ | |||
1 | /* $Id: realpath.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ | ||
2 | |||
1 | #ifndef _BSD_REALPATH_H | 3 | #ifndef _BSD_REALPATH_H |
2 | #define _BSD_REALPATH_H | 4 | #define _BSD_REALPATH_H |
3 | 5 | ||
diff --git a/openbsd-compat/rresvport.h b/openbsd-compat/rresvport.h index d139895e8..a52e4515b 100644 --- a/openbsd-compat/rresvport.h +++ b/openbsd-compat/rresvport.h | |||
@@ -1,3 +1,5 @@ | |||
1 | /* $Id: rresvport.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ | ||
2 | |||
1 | #ifndef _BSD_RRESVPORT_H | 3 | #ifndef _BSD_RRESVPORT_H |
2 | #define _BSD_RRESVPORT_H | 4 | #define _BSD_RRESVPORT_H |
3 | 5 | ||
diff --git a/openbsd-compat/setenv.h b/openbsd-compat/setenv.h index 62ebc201f..77256d802 100644 --- a/openbsd-compat/setenv.h +++ b/openbsd-compat/setenv.h | |||
@@ -1,3 +1,5 @@ | |||
1 | /* $Id: setenv.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ | ||
2 | |||
1 | #ifndef _BSD_SETENV_H | 3 | #ifndef _BSD_SETENV_H |
2 | #define _BSD_SETENV_H | 4 | #define _BSD_SETENV_H |
3 | 5 | ||
diff --git a/openbsd-compat/setproctitle.h b/openbsd-compat/setproctitle.h index 000689fac..8261bd0ee 100644 --- a/openbsd-compat/setproctitle.h +++ b/openbsd-compat/setproctitle.h | |||
@@ -1,3 +1,5 @@ | |||
1 | /* $Id: setproctitle.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ | ||
2 | |||
1 | #ifndef _BSD_SETPROCTITLE_H | 3 | #ifndef _BSD_SETPROCTITLE_H |
2 | #define _BSD_SETPROCTITLE_H | 4 | #define _BSD_SETPROCTITLE_H |
3 | 5 | ||
diff --git a/openbsd-compat/strlcat.h b/openbsd-compat/strlcat.h index 562dc7045..753668563 100644 --- a/openbsd-compat/strlcat.h +++ b/openbsd-compat/strlcat.h | |||
@@ -1,3 +1,5 @@ | |||
1 | /* $Id: strlcat.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ | ||
2 | |||
1 | #ifndef _BSD_STRLCAT_H | 3 | #ifndef _BSD_STRLCAT_H |
2 | #define _BSD_STRLCAT_H | 4 | #define _BSD_STRLCAT_H |
3 | 5 | ||
diff --git a/openbsd-compat/strlcpy.h b/openbsd-compat/strlcpy.h index dafa44af8..3b137670d 100644 --- a/openbsd-compat/strlcpy.h +++ b/openbsd-compat/strlcpy.h | |||
@@ -1,3 +1,5 @@ | |||
1 | /* $Id: strlcpy.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ | ||
2 | |||
1 | #ifndef _BSD_STRLCPY_H | 3 | #ifndef _BSD_STRLCPY_H |
2 | #define _BSD_STRLCPY_H | 4 | #define _BSD_STRLCPY_H |
3 | 5 | ||
diff --git a/openbsd-compat/strmode.h b/openbsd-compat/strmode.h index 773d6bdcd..cbb2644ed 100644 --- a/openbsd-compat/strmode.h +++ b/openbsd-compat/strmode.h | |||
@@ -1,3 +1,5 @@ | |||
1 | /* $Id: strmode.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ | ||
2 | |||
1 | #ifndef HAVE_STRMODE | 3 | #ifndef HAVE_STRMODE |
2 | 4 | ||
3 | void strmode( register mode_t mode, register char *p); | 5 | void strmode( register mode_t mode, register char *p); |
diff --git a/openbsd-compat/strsep.h b/openbsd-compat/strsep.h index d5ba6e0f1..6ed810ac1 100644 --- a/openbsd-compat/strsep.h +++ b/openbsd-compat/strsep.h | |||
@@ -1,3 +1,5 @@ | |||
1 | /* $Id: strsep.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ | ||
2 | |||
1 | #ifndef _BSD_STRSEP_H | 3 | #ifndef _BSD_STRSEP_H |
2 | #define _BSD_STRSEP_H | 4 | #define _BSD_STRSEP_H |
3 | 5 | ||
diff --git a/openbsd-compat/strtok.h b/openbsd-compat/strtok.h index 5a3a56959..25db16acd 100644 --- a/openbsd-compat/strtok.h +++ b/openbsd-compat/strtok.h | |||
@@ -1,3 +1,5 @@ | |||
1 | /* $Id: strtok.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ | ||
2 | |||
1 | #ifndef _BSD_STRTOK_H | 3 | #ifndef _BSD_STRTOK_H |
2 | #define _BSD_STRTOK_H | 4 | #define _BSD_STRTOK_H |
3 | 5 | ||
diff --git a/openbsd-compat/vis.h b/openbsd-compat/vis.h index 52e867b94..677fe959b 100644 --- a/openbsd-compat/vis.h +++ b/openbsd-compat/vis.h | |||
@@ -1,3 +1,5 @@ | |||
1 | /* $Id: vis.h,v 1.2 2001/02/09 01:55:37 djm Exp $ */ | ||
2 | |||
1 | #ifndef _BSD_VIS_H | 3 | #ifndef _BSD_VIS_H |
2 | #define _BSD_VIS_H | 4 | #define _BSD_VIS_H |
3 | 5 | ||