summaryrefslogtreecommitdiffstats
path: root/sys/fs/autofs/autofs.h
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2014-08-31 21:48:12 +0000
committertrasz <trasz@FreeBSD.org>2014-08-31 21:48:12 +0000
commitab3fae8a9efadf544e2294cc0a373cb61be4ff84 (patch)
tree284ceb65a890a92d9f3a4d0f1f403216214747f4 /sys/fs/autofs/autofs.h
parentee274d2353e842a754023081f1ac838fe65db7df (diff)
downloadFreeBSD-src-ab3fae8a9efadf544e2294cc0a373cb61be4ff84.zip
FreeBSD-src-ab3fae8a9efadf544e2294cc0a373cb61be4ff84.tar.gz
MFC r270276:
Use __FBSDID() properly. Suggested by: pluknet@ Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/fs/autofs/autofs.h')
-rw-r--r--sys/fs/autofs/autofs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/fs/autofs/autofs.h b/sys/fs/autofs/autofs.h
index ec1ca66..35fcc85 100644
--- a/sys/fs/autofs/autofs.h
+++ b/sys/fs/autofs/autofs.h
@@ -32,9 +32,6 @@
#ifndef AUTOFS_H
#define AUTOFS_H
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#define VFSTOAUTOFS(mp) ((struct autofs_mount *)((mp)->mnt_data))
MALLOC_DECLARE(M_AUTOFS);
OpenPOWER on IntegriCloud