summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/inet_network.c
diff options
context:
space:
mode:
authorniklas <niklas@openbsd.org>1996-03-19 23:26:49 +0000
committerniklas <niklas@openbsd.org>1996-03-19 23:26:49 +0000
commit8f76aded01ba441e5f705e48bc66bc4f0a115e6a (patch)
tree8d4771422c5df73ab1adabd0c28f0559dc6ab63b /lib/libc/net/inet_network.c
parentFrom NetBSD: merge of 960317 (diff)
downloadwireguard-openbsd-8f76aded01ba441e5f705e48bc66bc4f0a115e6a.tar.xz
wireguard-openbsd-8f76aded01ba441e5f705e48bc66bc4f0a115e6a.zip
Fix RCS Id botch in last change
Diffstat (limited to 'lib/libc/net/inet_network.c')
-rw-r--r--lib/libc/net/inet_network.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/net/inet_network.c b/lib/libc/net/inet_network.c
index 3de21a5bac8..4e33cbcae8b 100644
--- a/lib/libc/net/inet_network.c
+++ b/lib/libc/net/inet_network.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: inet_network.c,v 1.2 1996/03/19 23:15:08 niklas Exp $ */
+/* $OpenBSD: inet_network.c,v 1.3 1996/03/19 23:26:49 niklas Exp $ */
/* $NetBSD: inet_network.c,v 1.5 1996/02/17 15:35:41 hpeyerl Exp $ */
/*
@@ -38,8 +38,7 @@
#if 0
static char sccsid[] = "@(#)inet_network.c 8.1 (Berkeley) 6/4/93";
#else
-static char rcsid[] = "$OpenBSD: inet_network.c,v 1.2 1996/03/19 23:15:08 niklas Exp $";
-static char rcsid[] = "$NetBSD: inet_network.c,v 1.5 1996/02/17 15:35:41 hpeyerl Exp $";
+static char rcsid[] = "$OpenBSD: inet_network.c,v 1.3 1996/03/19 23:26:49 niklas Exp $";
#endif
#endif /* LIBC_SCCS and not lint */