summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-03-19 23:26:50 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-03-19 23:26:50 +0000
commitb36030cd559ff009ace23099694a5489b02ce5cf (patch)
tree51d0a9720ff02ecf54dcf295d397e51afab25b05
parente46701f3ba417eb809e480d2383217567bd8a0d3 (diff)
Fix RCS Id botch in last change
-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 */