Replace all #ifdef with #if defined (...) for convention

This commit is contained in:
jsteube
2016-09-07 22:29:57 +02:00
parent eb00cd959f
commit 9eb47153d4
37 changed files with 182 additions and 170 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
#include <errno.h>
#include <fcntl.h>
#ifdef F_SETLKW
#if defined (F_SETLKW)
void lock_file (FILE *fp);
void unlock_file (FILE *fp);