aboutsummaryrefslogtreecommitdiff
path: root/net/etherboot/files/patch-ab
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-03-24 00:17:25 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-03-24 00:17:25 +0000
commitc200f82a2dd36c9261a81fd6261f78bf711af467 (patch)
tree4b10a22432438a2e7202fba1890376dbfaa9baf2 /net/etherboot/files/patch-ab
parent9e9ffbf1ac780be06fe875af41f338d6756e3417 (diff)
downloadports-c200f82a2dd36c9261a81fd6261f78bf711af467.tar.gz
ports-c200f82a2dd36c9261a81fd6261f78bf711af467.zip
Update port to 4.5.5
PR: 17516 Submitted by: Maintainer
Notes
Notes: svn path=/head/; revision=26999
Diffstat (limited to 'net/etherboot/files/patch-ab')
-rw-r--r--net/etherboot/files/patch-ab27
1 files changed, 11 insertions, 16 deletions
diff --git a/net/etherboot/files/patch-ab b/net/etherboot/files/patch-ab
index 9ca112f881a3..78d06d38afac 100644
--- a/net/etherboot/files/patch-ab
+++ b/net/etherboot/files/patch-ab
@@ -1,19 +1,14 @@
-*** Config.orig Fri Oct 22 09:20:07 1999
---- Config Fri Oct 22 09:20:40 1999
+*** linux-asm-string.h.orig Sat Mar 18 20:15:54 2000
+--- linux-asm-string.h Sat Mar 18 20:40:49 2000
***************
-*** 82,88 ****
- CFLAGS+= -DMOTD -DIMAGE_MENU
+*** 19,27 ****
+ * consider these trivial functions to be PD.
+ */
- # Enable for FreeBSD boot image support
-! # CFLAGS+= -DAOUT_IMAGE -DELF_IMAGE
+- #ifndef __FreeBSD__
+ typedef int size_t;
+- #endif
- # For prompting and default on timeout
- # CFLAGS+= -DASK_BOOT=2 -DANS_DEFAULT=ANS_NETWORK
---- 82,88 ----
- CFLAGS+= -DMOTD -DIMAGE_MENU
-
- # Enable for FreeBSD boot image support
-! CFLAGS+= -DAOUT_IMAGE -DELF_IMAGE
-
- # For prompting and default on timeout
- # CFLAGS+= -DASK_BOOT=2 -DANS_DEFAULT=ANS_NETWORK
+ extern void *__memcpy(void * to, const void * from, size_t n);
+ extern void *__constant_memcpy(void * to, const void * from, size_t n);
+--- 19,25 ----