diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-05-28 17:03:12 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-05-28 17:03:12 +0000 |
| commit | a82bbc730e20fe9dec4abeb1d949b2d02869032a (patch) | |
| tree | 96c195652047b452e756960d6bdfc6786443c564 /lib/libc/gen/getosreldate.c | |
| parent | 6ba807ae3ad4a36737776b8360698979fb378d97 (diff) | |
Notes
Diffstat (limited to 'lib/libc/gen/getosreldate.c')
| -rw-r--r-- | lib/libc/gen/getosreldate.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libc/gen/getosreldate.c b/lib/libc/gen/getosreldate.c index 6cc3f5cba70e..b0421a300795 100644 --- a/lib/libc/gen/getosreldate.c +++ b/lib/libc/gen/getosreldate.c @@ -40,13 +40,8 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/sysctl.h> -#if __STDC__ int getosreldate(void) -#else -int -getosreldate() -#endif { int mib[2]; size_t size; |
