summaryrefslogtreecommitdiffstats
path: root/recipes/termcap/termcap-2.0.8/013_all_libtermcap-compat_bcopy_fix.patch
blob: ca8b55960dfb617f35640752ee1da77f3ba70774 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- tparam.c.orig
+++ tparam.c
@@ -24,9 +24,11 @@
 #undef STDC_HEADERS
 #define STDC_HEADERS
 #define HAVE_UNISTD_H
+/*
 #if defined(HAVE_STRING_H) || defined(STDC_HEADERS)
 #define bcopy(s, d, n) memcpy ((d), (s), (n))
 #endif
+ */
 #endif

 #ifdef STDC_HEADERS