diff options
Diffstat (limited to 'sys/rpc/inet_ntop.c')
-rw-r--r-- | sys/rpc/inet_ntop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/rpc/inet_ntop.c b/sys/rpc/inet_ntop.c index d093a970345b..da831056f7dd 100644 --- a/sys/rpc/inet_ntop.c +++ b/sys/rpc/inet_ntop.c @@ -19,7 +19,7 @@ static const char rcsid[] = "$Id: inet_ntop.c,v 1.3.18.2 2005/11/03 23:02:22 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/rpc/inet_ntop.c,v 1.2.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> |