Module Name:    src
Committed By:   tkusumi
Date:           Sat Nov 16 11:56:29 UTC 2019

Modified Files:
        src/usr.sbin/autofs: common.c

Log Message:
autofs: Remove unneeded header include

common.c doesn't depend on autofs or its ioctls.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/autofs/common.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/autofs/common.c
diff -u src/usr.sbin/autofs/common.c:1.1 src/usr.sbin/autofs/common.c:1.2
--- src/usr.sbin/autofs/common.c:1.1	Tue Jan  9 03:31:15 2018
+++ src/usr.sbin/autofs/common.c	Sat Nov 16 11:56:29 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: common.c,v 1.1 2018/01/09 03:31:15 christos Exp $	*/
+/*	$NetBSD: common.c,v 1.2 2019/11/16 11:56:29 tkusumi Exp $	*/
 
 /*-
  * Copyright (c) 2017 The NetBSD Foundation, Inc.
@@ -36,7 +36,7 @@
  * $FreeBSD: head/usr.sbin/autofs/common.c 303527 2016-07-30 01:10:05Z bapt $
  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: common.c,v 1.1 2018/01/09 03:31:15 christos Exp $");
+__RCSID("$NetBSD: common.c,v 1.2 2019/11/16 11:56:29 tkusumi Exp $");
 
 #include <sys/types.h>
 #include <sys/stat.h>
@@ -50,7 +50,6 @@ __RCSID("$NetBSD: common.c,v 1.1 2018/01
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
-#include <fs/autofs/autofs_ioctl.h>
 
 #include "common.h"
 

Reply via email to