aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/autofs/automount.c
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2014-08-21 15:07:25 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2014-08-21 15:07:25 +0000
commit925fd94584206c2cbf423dc1c440838cdbcc569b (patch)
tree05d4ac63a5d3afa29e3d346ceabdfe531365355c /usr.sbin/autofs/automount.c
parent7e6dfdd6e5247648a84876a229f3dabde79aabc8 (diff)
downloadsrc-925fd94584206c2cbf423dc1c440838cdbcc569b.tar.gz
src-925fd94584206c2cbf423dc1c440838cdbcc569b.zip
Use __FBSDID() properly.
Suggested by: pluknet@ MFC after: 2 weeks Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=270276
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 ef784a69ae61..a956b08dd5ed 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>