From: Erez Zadok Date: Sat, 10 May 2014 02:41:31 +0000 (-0400) Subject: comment out duplicate var definition X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=8fe00e95e5d7154e007b2c203c0f5eef816b0720;p=am-utils-6.2.git comment out duplicate var definition --- diff --git a/conf/autofs/autofs_linux.h b/conf/autofs/autofs_linux.h index 672cb49e..885bfc07 100644 --- a/conf/autofs/autofs_linux.h +++ b/conf/autofs/autofs_linux.h @@ -78,7 +78,7 @@ union autofs_packet_union { struct autofs_packet_expire expire; }; -typedef unsigned long autofs_wqt_t; +/* typedef unsigned long autofs_wqt_t; */ #endif /* not HAVE_LINUX_AUTO_FS4_H */ #define AUTOFS_AUTO_FS_FLAGS (FS_AMQINFO | FS_DIRECTORY | FS_AUTOFS | FS_ON_AUTOFS)