diff options
Diffstat (limited to 'sys/sys/cdefs.h')
-rw-r--r-- | sys/sys/cdefs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/cdefs.h b/sys/sys/cdefs.h index a3f0025bef706..a4930d8c5414a 100644 --- a/sys/sys/cdefs.h +++ b/sys/sys/cdefs.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)cdefs.h 8.8 (Berkeley) 1/9/95 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/cdefs.h,v 1.84.2.1 2005/01/31 23:26:56 imp Exp $ */ #ifndef _SYS_CDEFS_H_ @@ -308,7 +308,7 @@ * Embed the rcs id of a source file in the resulting library. Note that in * more recent ELF binutils, we use .ident allowing the ID to be stripped. * Usage: - * __FBSDID("$FreeBSD$"); + * __FBSDID("$FreeBSD: src/sys/sys/cdefs.h,v 1.84.2.1 2005/01/31 23:26:56 imp Exp $"); */ #ifndef __FBSDID #if !defined(lint) && !defined(STRIP_FBSDID) |