summaryrefslogtreecommitdiff
path: root/memrchr.c
diff options
context:
space:
mode:
Diffstat (limited to 'memrchr.c')
-rw-r--r--memrchr.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/memrchr.c b/memrchr.c
index 99241afbb..48690244b 100644
--- a/memrchr.c
+++ b/memrchr.c
@@ -18,13 +18,6 @@
#include <config.h>
#include <compat.h>
-#ifndef lint
-__unused static const char rcsid[] = "$Sudo$";
-#endif /* lint */
-
-#include <sys/types.h>
-#include <config.h>
-
/*
* Reverse memchr()
* Find the last occurrence of 'c' in the buffer 's' of size 'n'.