summaryrefslogtreecommitdiffstats
path: root/sbin/camcontrol/util.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-05-02 06:49:10 +0000
committerobrien <obrien@FreeBSD.org>2003-05-02 06:49:10 +0000
commit91e854c20e9aa7115fb19c4575df6ac599f03342 (patch)
treec03fea530a313b3e99619e7d9627cc7701927c40 /sbin/camcontrol/util.c
parente21b490b414e1c48d91f54e4ae266e42fc3c1fa2 (diff)
downloadFreeBSD-src-91e854c20e9aa7115fb19c4575df6ac599f03342.zip
FreeBSD-src-91e854c20e9aa7115fb19c4575df6ac599f03342.tar.gz
Use __FBSDID.
Diffstat (limited to 'sbin/camcontrol/util.c')
-rw-r--r--sbin/camcontrol/util.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/sbin/camcontrol/util.c b/sbin/camcontrol/util.c
index 272d2a1..9f0a752 100644
--- a/sbin/camcontrol/util.c
+++ b/sbin/camcontrol/util.c
@@ -43,10 +43,8 @@
* Taken from the original scsi(8) program.
* from: scsi.c,v 1.17 1998/01/12 07:57:57 charnier Exp $";
*/
-#ifndef lint
-static const char rcsid[] =
- "$FreeBSD$";
-#endif /* not lint */
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <sys/stdint.h>
#include <sys/types.h>
OpenPOWER on IntegriCloud