From ac131a333b1c63000fcab69cc6723d75d7075a3a Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 13 Dec 2008 21:11:40 +0000 Subject: Remove the rest of "bounded pointers" scaffolding. gcc website says" "Bounds Checking Projects... This project has been abandoned" for four years at least. --- libc/string/generic/strcpy.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libc/string/generic/strcpy.c') diff --git a/libc/string/generic/strcpy.c b/libc/string/generic/strcpy.c index 5f2758153..b9a0a286a 100644 --- a/libc/string/generic/strcpy.c +++ b/libc/string/generic/strcpy.c @@ -20,7 +20,6 @@ #include #include "memcopy.h" -#include "bp-checks.h" /* Experimentally off - libc_hidden_proto(strcpy) */ /* Copy SRC to DEST. */ -- cgit v1.2.3