diff options
| author | Mike Barcroft <mike@FreeBSD.org> | 2001-10-09 16:40:04 +0000 |
|---|---|---|
| committer | Mike Barcroft <mike@FreeBSD.org> | 2001-10-09 16:40:04 +0000 |
| commit | 2815c1fd8056f6da5c73b358f5e09dcdad74b86c (patch) | |
| tree | 7e159b187b71dc4d2b106a464af1f31d2189b26c /lib/libc | |
| parent | 9935282d504053e04018cc9710654caadf52c3a1 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/net/inet_ntoa.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/net/inet_ntoa.c b/lib/libc/net/inet_ntoa.c index fbd87fa398f3..f417ee9a0758 100644 --- a/lib/libc/net/inet_ntoa.c +++ b/lib/libc/net/inet_ntoa.c @@ -31,8 +31,13 @@ * SUCH DAMAGE. */ +#if 0 +#if defined(LIBC_SCCS) && !defined(lint) +static char sccsid[] = "@(#)inet_ntoa.c 8.1 (Berkeley) 6/4/93"; +#endif /* LIBC_SCCS and not lint */ +#endif + #include <sys/cdefs.h> -__RCSID("@(#)inet_ntoa.c 8.1 (Berkeley) 6/4/93"); __FBSDID("$FreeBSD$"); #include <sys/types.h> |
