add a note about nsswitch.conf entry required for sudo-ldap
[debian/sudo] / memrchr.c
index f66f8a05cd583bd83b5618867f3f5d1504c8765e..35e07de5f0464ffeefbba7532359067112e5eb40 100644 (file)
--- a/memrchr.c
+++ b/memrchr.c
 #include <config.h>
 #include <compat.h>
 
-#ifndef lint
-__unused static const char rcsid[] = "$Sudo: memrchr.c,v 1.4 2007/11/27 17:13:03 millert Exp $";
-#endif /* lint */
-
-#include <sys/types.h>
-#include <config.h>
-
 /*
  * Reverse memchr()
  * Find the last occurrence of 'c' in the buffer 's' of size 'n'.