From: Derrick Brashear Date: Sun, 13 Jun 2010 14:54:50 +0000 (-0400) Subject: afsd mill dup sys/mount.h include X-Git-Tag: openafs-devel-1_5_75~130 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=1486563b2b6dc3b7d1f598aa963bd4e0f84bdb52 afsd mill dup sys/mount.h include we include sys/mount.h twice. don't. Change-Id: Ifc872488086a00d32b564d60a5f9a8b374e8f752 Reviewed-on: http://gerrit.openafs.org/2148 Tested-by: Derrick Brashear Reviewed-by: Derrick Brashear --- diff --git a/src/afsd/afsd.c b/src/afsd/afsd.c index 450dab6..bda6053 100644 --- a/src/afsd/afsd.c +++ b/src/afsd/afsd.c @@ -123,10 +123,6 @@ #include #endif -#ifdef HAVE_SYS_MOUNT_H -#include -#endif - #ifdef HAVE_SYS_VFS_H #include #endif