aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/strrchr.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/strrchr.c')
-rw-r--r--lib/libc/string/strrchr.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libc/string/strrchr.c b/lib/libc/string/strrchr.c
index cfe6f9270bce..10cb32011cbd 100644
--- a/lib/libc/string/strrchr.c
+++ b/lib/libc/string/strrchr.c
@@ -29,10 +29,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)rindex.c 8.1 (Berkeley) 6/4/93";
-#endif /* LIBC_SCCS and not lint */
-#include <sys/cdefs.h>
#include <stddef.h>
#include <string.h>