diff options
author | obrien <obrien@FreeBSD.org> | 2003-05-03 21:31:08 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-05-03 21:31:08 +0000 |
commit | 3926d435707eb4d2029a08490e9eaef080a265e7 (patch) | |
tree | 1c08eaca6ee054f5174b39e46606c5a14d58878d /gnu/lib/libdialog/TESTS/check2.c | |
parent | 676130c5034264501b1797d096228329aac668f0 (diff) | |
download | FreeBSD-src-3926d435707eb4d2029a08490e9eaef080a265e7.zip FreeBSD-src-3926d435707eb4d2029a08490e9eaef080a265e7.tar.gz |
Use __FBSDID over rcsid[].
Diffstat (limited to 'gnu/lib/libdialog/TESTS/check2.c')
-rw-r--r-- | gnu/lib/libdialog/TESTS/check2.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/lib/libdialog/TESTS/check2.c b/gnu/lib/libdialog/TESTS/check2.c index d5ad569..3608261 100644 --- a/gnu/lib/libdialog/TESTS/check2.c +++ b/gnu/lib/libdialog/TESTS/check2.c @@ -12,10 +12,11 @@ * responsible for the proper functioning of the software nor does * the author assume any responsibility for damages incurred with * its use. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <stdio.h> #include <stdlib.h> #include <string.h> |