diff options
author | 1996-03-19 23:26:49 +0000 | |
---|---|---|
committer | 1996-03-19 23:26:49 +0000 | |
commit | 8f76aded01ba441e5f705e48bc66bc4f0a115e6a (patch) | |
tree | 8d4771422c5df73ab1adabd0c28f0559dc6ab63b /lib/libc/net/inet_network.c | |
parent | From NetBSD: merge of 960317 (diff) | |
download | wireguard-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.c | 5 |
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 */ |