diff options
Diffstat (limited to 'lib/libcompat/4.3/cfree.c')
-rw-r--r-- | lib/libcompat/4.3/cfree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcompat/4.3/cfree.c b/lib/libcompat/4.3/cfree.c index b100c2a837f2..01059723cbee 100644 --- a/lib/libcompat/4.3/cfree.c +++ b/lib/libcompat/4.3/cfree.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libcompat/4.3/cfree.c,v 1.3.8.1 2009/04/15 03:14:26 kensmith Exp $"); #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)cfree.c 8.1 (Berkeley) 6/4/93"; |