Imported Upstream version 1.6.9p6
[debian/sudo] / lsearch.c
index dc90f63269d4c11d99e4de9c702732849f2ee198..fa3f491512bebfaad861b093f3642efa303295b0 100644 (file)
--- a/lsearch.c
+++ b/lsearch.c
@@ -30,7 +30,7 @@
  * SUCH DAMAGE.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <stdio.h>
 # include <unistd.h>
 #endif /* HAVE_UNISTD_H */
 
-#include "compat.h"
+#include <compat.h>
 #include "emul/search.h"
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static const char sccsid[] = "@(#)lsearch.c    8.1 (Berkeley) 6/4/93";
 #endif /* LIBC_SCCS and not lint */
 #ifndef lint
-static const char rcsid[] = "$Sudo: lsearch.c,v 1.18 2001/12/14 19:52:48 millert Exp $";
+__unused static const char rcsid[] = "$Sudo: lsearch.c,v 1.18.4.1 2007/06/12 00:56:42 millert Exp $";
 #endif /* lint */
 
 typedef int (*cmp_fn_t) __P((const VOID *, const VOID *));