summaryrefslogtreecommitdiffstats
path: root/sys/fs/cd9660/cd9660_bmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/cd9660/cd9660_bmap.c')
-rw-r--r--sys/fs/cd9660/cd9660_bmap.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/fs/cd9660/cd9660_bmap.c b/sys/fs/cd9660/cd9660_bmap.c
index 4269289..365c2fe 100644
--- a/sys/fs/cd9660/cd9660_bmap.c
+++ b/sys/fs/cd9660/cd9660_bmap.c
@@ -36,9 +36,11 @@
* SUCH DAMAGE.
*
* @(#)cd9660_bmap.c 8.3 (Berkeley) 1/23/94
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/vnode.h>
OpenPOWER on IntegriCloud