aboutsummaryrefslogtreecommitdiff
path: root/net/etherboot/files/patch-ab
blob: 78d06d38afac0b3352fc69eab4d1ae91be53aa60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
*** 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 ----