Fix getopt def check
authorJens Axboe <axboe@kernel.dk>
Fri, 25 Jan 2013 21:36:46 +0000 (14:36 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 25 Jan 2013 21:36:46 +0000 (14:36 -0700)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
lib/getopt.h

index 84272c0c8c288a3d0e5e8a6c2ce493d78c583999..bc8a2684495cf4cafa692dea4f11597823347ecf 100644 (file)
@@ -1,4 +1,4 @@
-#ifndef CONFIG_GETOPT_LONG_ONLY
+#ifdef CONFIG_GETOPT_LONG_ONLY
 
 #include <getopt.h>
 
 
 #include <getopt.h>