comment out duplicate var definition
authorErez Zadok <ezk@cs.sunysb.edu>
Sat, 10 May 2014 02:41:31 +0000 (22:41 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Sat, 10 May 2014 02:41:31 +0000 (22:41 -0400)
conf/autofs/autofs_linux.h

index 672cb49e21d1b1ddbaeb48f13a797fde8fba7f79..885bfc07133af213eabc1562988c98527b18f308 100644 (file)
@@ -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)