summaryrefslogtreecommitdiffstats
path: root/usr.sbin/autofs/automount.c
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 /usr.sbin/autofs/automount.c
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 'usr.sbin/autofs/automount.c')
-rw-r--r--usr.sbin/autofs/automount.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/autofs/automount.c b/usr.sbin/autofs/automount.c
index ef784a6..a956b08 100644
--- a/usr.sbin/autofs/automount.c
+++ b/usr.sbin/autofs/automount.c
@@ -26,9 +26,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/types.h>
#include <sys/time.h>
#include <sys/ioctl.h>
OpenPOWER on IntegriCloud