]> granicus.if.org Git - sudo/commitdiff
o Reorder some headers and use STDC_HEADERS define properly
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 14 Dec 2001 19:52:48 +0000 (19:52 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 14 Dec 2001 19:52:48 +0000 (19:52 +0000)
o Update copyright year

lsearch.c

index 3ed5cf09d29ad0399ce32d4a69720f1afa294f11..ae3ea00661f18cb1cb55965a177a2036ac600f7d 100644 (file)
--- a/lsearch.c
+++ b/lsearch.c
 
 #include "config.h"
 
-#include <stdio.h>
 #include <sys/types.h>
+#include <stdio.h>
 #ifdef HAVE_UNISTD_H
-#include <unistd.h>
+# include <unistd.h>
 #endif /* HAVE_UNISTD_H */
 
 #include "compat.h"