#ifdef CONFIG_HAVE_OWN_OFLAGS should be #if. Also, if CONFIG_HAVE_OWN_OFLAGS == 1...
authorme <me@me-mac.lan>
Tue, 29 Sep 2015 15:37:57 +0000 (08:37 -0700)
committerme <me@me-mac.lan>
Tue, 29 Sep 2015 15:37:57 +0000 (08:37 -0700)
lwext4/ext4.h

index 9702031605150e413de06a4c7db052a454261dfc..a09d0cc359223ee2f4e7d8568bffade8939a1fa9 100644 (file)
@@ -47,7 +47,7 @@
 
 /********************************FILE OPEN FLAGS*****************************/
 
-#ifdef CONFIG_HAVE_OWN_OFLAGS
+#if CONFIG_HAVE_OWN_OFLAGS
 
  #ifndef O_RDONLY
  #define O_RDONLY 00