aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-12-14 19:15:27 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-12-14 19:15:27 +0000
commit2bfe8dcc0ae58d97c4b495e5ae96e7d99138a667 (patch)
treed10ae087c782b2ffb181c36544bd1993fe014090 /sys/boot
parentc17664597675739b1e9ab7c5f43bc5164282acc1 (diff)
Notes
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/i386/boot2/boot2.c10
-rw-r--r--sys/boot/i386/gptboot/gptboot.c10
2 files changed, 0 insertions, 20 deletions
diff --git a/sys/boot/i386/boot2/boot2.c b/sys/boot/i386/boot2/boot2.c
index 3d2fafef797e..275aa6625f9c 100644
--- a/sys/boot/i386/boot2/boot2.c
+++ b/sys/boot/i386/boot2/boot2.c
@@ -129,17 +129,7 @@ static int xputc(int);
static int xgetc(int);
static int getc(int);
-#if 1
#define memcpy __builtin_memcpy
-#else
-static void memcpy(char *, const char *, int);
-static void
-memcpy(char *dst, const char *src, int len)
-{
- while (len--)
- *dst++ = *src++;
-}
-#endif
static inline int
strcmp(const char *s1, const char *s2)
diff --git a/sys/boot/i386/gptboot/gptboot.c b/sys/boot/i386/gptboot/gptboot.c
index 3d2fafef797e..275aa6625f9c 100644
--- a/sys/boot/i386/gptboot/gptboot.c
+++ b/sys/boot/i386/gptboot/gptboot.c
@@ -129,17 +129,7 @@ static int xputc(int);
static int xgetc(int);
static int getc(int);
-#if 1
#define memcpy __builtin_memcpy
-#else
-static void memcpy(char *, const char *, int);
-static void
-memcpy(char *dst, const char *src, int len)
-{
- while (len--)
- *dst++ = *src++;
-}
-#endif
static inline int
strcmp(const char *s1, const char *s2)