diff options
author | espie <> | 2005-08-08 08:05:37 +0000 |
---|---|---|
committer | espie <> | 2005-08-08 08:05:37 +0000 |
commit | d7398a270c9cd1b7b4d545ed70ea24384781a86c (patch) | |
tree | 5271cd28bf0b2aae56d5048737464cda4d24f702 /src/lib/libc/stdlib/getsubopt.c | |
parent | 63dd09a8c91fcf1f022506ffd9fcf02dcb61818b (diff) | |
download | openbsd-d7398a270c9cd1b7b4d545ed70ea24384781a86c.tar.gz openbsd-d7398a270c9cd1b7b4d545ed70ea24384781a86c.tar.bz2 openbsd-d7398a270c9cd1b7b4d545ed70ea24384781a86c.zip |
zap remaining rcsid.
Kill old files that are no longer compiled.
okay theo
Diffstat (limited to 'src/lib/libc/stdlib/getsubopt.c')
-rw-r--r-- | src/lib/libc/stdlib/getsubopt.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/lib/libc/stdlib/getsubopt.c b/src/lib/libc/stdlib/getsubopt.c index dfd7a50bd8..735c85ba8a 100644 --- a/src/lib/libc/stdlib/getsubopt.c +++ b/src/lib/libc/stdlib/getsubopt.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: getsubopt.c,v 1.3 2005/03/30 18:51:49 pat Exp $ */ | 1 | /* $OpenBSD: getsubopt.c,v 1.4 2005/08/08 08:05:36 espie Exp $ */ |
2 | 2 | ||
3 | /*- | 3 | /*- |
4 | * Copyright (c) 1990, 1993 | 4 | * Copyright (c) 1990, 1993 |
@@ -29,14 +29,6 @@ | |||
29 | * SUCH DAMAGE. | 29 | * SUCH DAMAGE. |
30 | */ | 30 | */ |
31 | 31 | ||
32 | #ifndef lint | ||
33 | #if 0 | ||
34 | static char sccsid[] = "@(#)getsubopt.c 8.1 (Berkeley) 6/4/93"; | ||
35 | #else | ||
36 | static char rcsid[] = "$OpenBSD: getsubopt.c,v 1.3 2005/03/30 18:51:49 pat Exp $"; | ||
37 | #endif | ||
38 | #endif /* not lint */ | ||
39 | |||
40 | #include <unistd.h> | 32 | #include <unistd.h> |
41 | #include <stdlib.h> | 33 | #include <stdlib.h> |
42 | #include <string.h> | 34 | #include <string.h> |