From b5c9f90bf5592cab3a420efc396223e437c52f2f Mon Sep 17 00:00:00 2001 From: Mike Barcroft Date: Thu, 4 Oct 2001 04:42:03 +0000 Subject: [PATCH] Include to prototype strcpy(3). While I'm here, make use of the new RCSID macros. MFC after: 3 days --- lib/libc/net/inet_ntoa.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/libc/net/inet_ntoa.c b/lib/libc/net/inet_ntoa.c index c2105455615a..fbd87fa398f3 100644 --- a/lib/libc/net/inet_ntoa.c +++ b/lib/libc/net/inet_ntoa.c @@ -31,15 +31,16 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)inet_ntoa.c 8.1 (Berkeley) 6/4/93"; -#endif /* LIBC_SCCS and not lint */ +#include +__RCSID("@(#)inet_ntoa.c 8.1 (Berkeley) 6/4/93"); +__FBSDID("$FreeBSD$"); #include #include #include #include #include +#include /* * Convert network-format internet address