diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2010-03-21 01:30:13 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2010-03-21 01:30:13 +0000 |
commit | 9c4d1c1956ecb0a222fb2f4579c320391fb67f06 (patch) | |
tree | a9ac9b0e0ce25e6b0acc0f247dc4572d56ecc496 /lib/libstand/bswap.c | |
parent | 1c808b47a2787a3a6a6ee0ca2fffb39b8e17a29a (diff) |
Diffstat (limited to 'lib/libstand/bswap.c')
-rw-r--r-- | lib/libstand/bswap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/bswap.c b/lib/libstand/bswap.c index a9bd323b7f62c..8f02122cbcee4 100644 --- a/lib/libstand/bswap.c +++ b/lib/libstand/bswap.c @@ -4,7 +4,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libstand/bswap.c,v 1.2.38.1 2010/02/10 00:26:20 kensmith Exp $"); #if defined(LIBC_SCCS) && !defined(lint) static char *rcsid = "$NetBSD: bswap32.c,v 1.1 1997/10/09 15:42:33 bouyer Exp $"; |