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/res_init.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/res_init.c')
| -rw-r--r-- | src/lib/libc/net/res_init.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/lib/libc/net/res_init.c b/src/lib/libc/net/res_init.c index 2a1f454250..9992acb632 100644 --- a/src/lib/libc/net/res_init.c +++ b/src/lib/libc/net/res_init.c | |||
| @@ -1,5 +1,3 @@ | |||
| 1 | /* $NetBSD: res_init.c,v 1.9 1996/02/02 15:22:30 mrg Exp $ */ | ||
| 2 | |||
| 3 | /*- | 1 | /*- |
| 4 | * Copyright (c) 1985, 1989, 1993 | 2 | * Copyright (c) 1985, 1989, 1993 |
| 5 | * The Regents of the University of California. All rights reserved. | 3 | * The Regents of the University of California. All rights reserved. |
| @@ -54,12 +52,7 @@ | |||
| 54 | */ | 52 | */ |
| 55 | 53 | ||
| 56 | #if defined(LIBC_SCCS) && !defined(lint) | 54 | #if defined(LIBC_SCCS) && !defined(lint) |
| 57 | #if 0 | 55 | static char rcsid[] = "$OpenBSD: res_init.c,v 1.4 1996/08/19 08:29:45 tholo Exp $"; |
| 58 | static char sccsid[] = "@(#)res_init.c 8.1 (Berkeley) 6/7/93"; | ||
| 59 | static char rcsid[] = "$Id: res_init.c,v 8.3 1995/06/29 09:26:28 vixie Exp "; | ||
| 60 | #else | ||
| 61 | static char rcsid[] = "$NetBSD: res_init.c,v 1.9 1996/02/02 15:22:30 mrg Exp $"; | ||
| 62 | #endif | ||
| 63 | #endif /* LIBC_SCCS and not lint */ | 56 | #endif /* LIBC_SCCS and not lint */ |
| 64 | 57 | ||
| 65 | #include <sys/param.h> | 58 | #include <sys/param.h> |
