summaryrefslogtreecommitdiffstats
path: root/sys/kern/imgact_gzip.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-06-11 00:56:59 +0000
committerobrien <obrien@FreeBSD.org>2003-06-11 00:56:59 +0000
commit3b8fff9e4cedc4d9df3fb1ff39f5b668abdb9676 (patch)
treead364cba90f71a140a75adc093d72da422d69b81 /sys/kern/imgact_gzip.c
parenta63f21d7325188771279b9ca662a52a711252047 (diff)
downloadFreeBSD-src-3b8fff9e4cedc4d9df3fb1ff39f5b668abdb9676.zip
FreeBSD-src-3b8fff9e4cedc4d9df3fb1ff39f5b668abdb9676.tar.gz
Use __FBSDID().
Diffstat (limited to 'sys/kern/imgact_gzip.c')
-rw-r--r--sys/kern/imgact_gzip.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/imgact_gzip.c b/sys/kern/imgact_gzip.c
index 4e0d6bc..76602f9 100644
--- a/sys/kern/imgact_gzip.c
+++ b/sys/kern/imgact_gzip.c
@@ -6,7 +6,6 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $FreeBSD$
*
* This module handles execution of a.out files which have been run through
* "gzip". This saves diskspace, but wastes cpu-cycles and VM.
@@ -21,6 +20,9 @@
* tidy up unnecesary includes
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/exec.h>
#include <sys/imgact.h>
OpenPOWER on IntegriCloud