From 8fe00e95e5d7154e007b2c203c0f5eef816b0720 Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Fri, 9 May 2014 22:41:31 -0400 Subject: [PATCH] comment out duplicate var definition --- conf/autofs/autofs_linux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.34.1