diff options
author | jmallett <jmallett@FreeBSD.org> | 2002-04-19 17:33:12 +0000 |
---|---|---|
committer | jmallett <jmallett@FreeBSD.org> | 2002-04-19 17:33:12 +0000 |
commit | f8344a0fde63f55dca7542891be03ed0181062f7 (patch) | |
tree | 0b64c8778fc8010e6ec88def2f8879fa406ae018 /usr.bin/m4/gnum4.c | |
parent | b38bbfea3be32adfe5798450f00bbcf0cbed5804 (diff) | |
download | FreeBSD-src-f8344a0fde63f55dca7542891be03ed0181062f7.zip FreeBSD-src-f8344a0fde63f55dca7542891be03ed0181062f7.tar.gz |
Add __FBSDID, this file was unmodified so it was missed in the initial sweep.
Diffstat (limited to 'usr.bin/m4/gnum4.c')
-rw-r--r-- | usr.bin/m4/gnum4.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/m4/gnum4.c b/usr.bin/m4/gnum4.c index 782090d..b265b8d 100644 --- a/usr.bin/m4/gnum4.c +++ b/usr.bin/m4/gnum4.c @@ -25,6 +25,9 @@ * SUCH DAMAGE. */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + /* * functions needed to support gnu-m4 extensions, including a fake freezing */ |