diff options
author | niklas <> | 1996-03-19 23:26:49 +0000 |
---|---|---|
committer | niklas <> | 1996-03-19 23:26:49 +0000 |
commit | 441786effc7c61a4d82feb9cd84a20b1dfd27ecd (patch) | |
tree | 47cd531eea2ce581e323a6b1c6f5ef3f6a2a3304 | |
parent | b12abff2eedd6c25979b3dc8890ef07b15432ea8 (diff) | |
download | openbsd-441786effc7c61a4d82feb9cd84a20b1dfd27ecd.tar.gz openbsd-441786effc7c61a4d82feb9cd84a20b1dfd27ecd.tar.bz2 openbsd-441786effc7c61a4d82feb9cd84a20b1dfd27ecd.zip |
Fix RCS Id botch in last change
-rw-r--r-- | src/lib/libc/net/inet_network.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libc/net/inet_network.c b/src/lib/libc/net/inet_network.c index 3de21a5bac..4e33cbcae8 100644 --- a/src/lib/libc/net/inet_network.c +++ b/src/lib/libc/net/inet_network.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: inet_network.c,v 1.2 1996/03/19 23:15:08 niklas Exp $ */ | 1 | /* $OpenBSD: inet_network.c,v 1.3 1996/03/19 23:26:49 niklas Exp $ */ |
2 | /* $NetBSD: inet_network.c,v 1.5 1996/02/17 15:35:41 hpeyerl Exp $ */ | 2 | /* $NetBSD: inet_network.c,v 1.5 1996/02/17 15:35:41 hpeyerl Exp $ */ |
3 | 3 | ||
4 | /* | 4 | /* |
@@ -38,8 +38,7 @@ | |||
38 | #if 0 | 38 | #if 0 |
39 | static char sccsid[] = "@(#)inet_network.c 8.1 (Berkeley) 6/4/93"; | 39 | static char sccsid[] = "@(#)inet_network.c 8.1 (Berkeley) 6/4/93"; |
40 | #else | 40 | #else |
41 | static char rcsid[] = "$OpenBSD: inet_network.c,v 1.2 1996/03/19 23:15:08 niklas Exp $"; | 41 | static char rcsid[] = "$OpenBSD: inet_network.c,v 1.3 1996/03/19 23:26:49 niklas Exp $"; |
42 | static char rcsid[] = "$NetBSD: inet_network.c,v 1.5 1996/02/17 15:35:41 hpeyerl Exp $"; | ||
43 | #endif | 42 | #endif |
44 | #endif /* LIBC_SCCS and not lint */ | 43 | #endif /* LIBC_SCCS and not lint */ |
45 | 44 | ||