diff options
author | tholo <> | 1996-08-19 08:34:30 +0000 |
---|---|---|
committer | tholo <> | 1996-08-19 08:34:30 +0000 |
commit | e05d77aaf17452bebe333901f1acfad893fa05a7 (patch) | |
tree | 38a123983182ecb1d85d870dc92d9e902a66e4e4 /src/lib/libc/net/inet_netof.c | |
parent | 057dc3cd255a3e12f9cb92d21ec3f71c65cfd475 (diff) | |
download | openbsd-e05d77aaf17452bebe333901f1acfad893fa05a7.tar.gz openbsd-e05d77aaf17452bebe333901f1acfad893fa05a7.tar.bz2 openbsd-e05d77aaf17452bebe333901f1acfad893fa05a7.zip |
Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly
Diffstat (limited to 'src/lib/libc/net/inet_netof.c')
-rw-r--r-- | src/lib/libc/net/inet_netof.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/libc/net/inet_netof.c b/src/lib/libc/net/inet_netof.c index 02f52ca318..8f78b7a8b4 100644 --- a/src/lib/libc/net/inet_netof.c +++ b/src/lib/libc/net/inet_netof.c | |||
@@ -1,5 +1,3 @@ | |||
1 | /* $NetBSD: inet_netof.c,v 1.4 1995/02/25 06:20:43 cgd Exp $ */ | ||
2 | |||
3 | /* | 1 | /* |
4 | * Copyright (c) 1983, 1993 | 2 | * Copyright (c) 1983, 1993 |
5 | * The Regents of the University of California. All rights reserved. | 3 | * The Regents of the University of California. All rights reserved. |
@@ -34,11 +32,7 @@ | |||
34 | */ | 32 | */ |
35 | 33 | ||
36 | #if defined(LIBC_SCCS) && !defined(lint) | 34 | #if defined(LIBC_SCCS) && !defined(lint) |
37 | #if 0 | 35 | static char rcsid[] = "$OpenBSD: inet_netof.c,v 1.2 1996/08/19 08:29:12 tholo Exp $"; |
38 | static char sccsid[] = "@(#)inet_netof.c 8.1 (Berkeley) 6/4/93"; | ||
39 | #else | ||
40 | static char rcsid[] = "$NetBSD: inet_netof.c,v 1.4 1995/02/25 06:20:43 cgd Exp $"; | ||
41 | #endif | ||
42 | #endif /* LIBC_SCCS and not lint */ | 36 | #endif /* LIBC_SCCS and not lint */ |
43 | 37 | ||
44 | #include <sys/param.h> | 38 | #include <sys/param.h> |