summaryrefslogtreecommitdiff
path: root/glob.c
diff options
context:
space:
mode:
Diffstat (limited to 'glob.c')
-rw-r--r--glob.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/glob.c b/glob.c
index 69af7b1618..68e76ad3b0 100644
--- a/glob.c
+++ b/glob.c
@@ -77,16 +77,7 @@
# include <strings.h>
#endif /* !HAVE_STRING_H */
-#if defined (USG)
-# if !defined (isc386)
-# include <memory.h>
-# endif /* !isc386 */
-# if defined (RISC6000)
-extern void bcopy ();
-# else /* !RISC6000 */
-# define bcopy(s, d, n) ((void) memcpy ((d), (s), (n)))
-# endif /* !RISC6000 */
-#endif /* USG */
+# define bcopy(s, d, n) (memcpy ((d), (s), (n)))
#if defined(HAVE_ALLOCA_H) && !defined(__GNUC__)
#include <alloca.h>