search for: gccincdir

Displaying 1 result from an estimated 1 matches for "gccincdir".

2004 Sep 17
1
latest klibc for udev
...:= $(KLIBC_BASE)/linux/include include $(KLIBC_DIR)/arch/$(ARCH)/MCONFIG @@ -155,7 +155,7 @@ $(OPTFLAGS) \ -D__KLIBC__ -fno-builtin-printf \ -I$(INCLUDE_DIR) \ - -I$(KLIBC_DIR)/arch/$(ARCH)/include \ + -I$(INCLUDE_DIR)/arch/$(ARCH) \ -I$(INCLUDE_DIR)/bits$(BITSIZE) \ -I$(GCCINCDIR) \ -I$(LINUX_INCLUDE_DIR) -------------- next part -------------- --- ../klibc-0.177/klibc/strncpy.c 2004-08-26 08:03:41.000000000 +0200 +++ klibc/klibc/strncpy.c 2004-09-17 19:07:28.936701652 +0200 @@ -10,7 +10,8 @@ char *strncpy(char *dst, const char *src const char *p = src; char ch;...