summaryrefslogtreecommitdiff
path: root/libguile/memmove.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/memmove.c')
-rw-r--r--libguile/memmove.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libguile/memmove.c b/libguile/memmove.c
index adc7bd725..a62083f0f 100644
--- a/libguile/memmove.c
+++ b/libguile/memmove.c
@@ -1,8 +1,6 @@
/* Wrapper to implement ANSI C's memmove using BSD's bcopy. */
/* This function is in the public domain. --Per Bothner. */
-/* Software engineering face-lift by Greg J. Badros, 11-Dec-1999,
- gjb@cs.washington.edu, http://www.cs.washington.edu/homes/gjb */
#include <sys/types.h>