diff options
Diffstat (limited to 'src/lib/libc/net/inet_network.c')
-rw-r--r-- | src/lib/libc/net/inet_network.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/lib/libc/net/inet_network.c b/src/lib/libc/net/inet_network.c index 4e33cbcae8..1ffee63309 100644 --- a/src/lib/libc/net/inet_network.c +++ b/src/lib/libc/net/inet_network.c | |||
@@ -1,6 +1,3 @@ | |||
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 $ */ | ||
3 | |||
4 | /* | 1 | /* |
5 | * Copyright (c) 1983, 1993 | 2 | * Copyright (c) 1983, 1993 |
6 | * The Regents of the University of California. All rights reserved. | 3 | * The Regents of the University of California. All rights reserved. |
@@ -35,11 +32,7 @@ | |||
35 | */ | 32 | */ |
36 | 33 | ||
37 | #if defined(LIBC_SCCS) && !defined(lint) | 34 | #if defined(LIBC_SCCS) && !defined(lint) |
38 | #if 0 | 35 | static char rcsid[] = "$OpenBSD: inet_network.c,v 1.4 1996/08/19 08:29:14 tholo Exp $"; |
39 | static char sccsid[] = "@(#)inet_network.c 8.1 (Berkeley) 6/4/93"; | ||
40 | #else | ||
41 | static char rcsid[] = "$OpenBSD: inet_network.c,v 1.3 1996/03/19 23:26:49 niklas Exp $"; | ||
42 | #endif | ||
43 | #endif /* LIBC_SCCS and not lint */ | 36 | #endif /* LIBC_SCCS and not lint */ |
44 | 37 | ||
45 | #include <sys/types.h> | 38 | #include <sys/types.h> |