diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-30 05:25:07 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-30 05:25:07 +0000 |
commit | e026a48c34d396fe7d0e382673a69bc047c0bfca (patch) | |
tree | 41763f513f184b022b2875b747c2d1e83d4ed74f /usr.bin/lex/misc.c | |
parent | 37a6b453c4a040bb780d670e1374536b595f452b (diff) | |
download | src-e026a48c34d396fe7d0e382673a69bc047c0bfca.tar.gz src-e026a48c34d396fe7d0e382673a69bc047c0bfca.zip |
Consistently use FBSDID
Notes
Notes:
svn path=/head/; revision=99112
Diffstat (limited to 'usr.bin/lex/misc.c')
-rw-r--r-- | usr.bin/lex/misc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/lex/misc.c b/usr.bin/lex/misc.c index 6a0507873ded..3eda5793650c 100644 --- a/usr.bin/lex/misc.c +++ b/usr.bin/lex/misc.c @@ -27,7 +27,8 @@ */ /* $Header: /home/daffy/u0/vern/flex/RCS/misc.c,v 2.47 95/04/28 11:39:39 vern Exp $ */ -/* $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "flexdef.h" |