1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/net/etherboot/files/patch-ab

15 lines
401 B
Plaintext
Raw Normal View History

*** linux-asm-string.h.orig Sat Mar 18 20:15:54 2000
--- linux-asm-string.h Sat Mar 18 20:40:49 2000
***************
*** 19,27 ****
* consider these trivial functions to be PD.
*/
- #ifndef __FreeBSD__
typedef int size_t;
- #endif
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 ----