Changeset 215
- Timestamp:
- 07/16/06 19:18:57 (6 years ago)
- Files:
-
- trunk/freewrt/scripts/param.h (modified) (1 diff)
- trunk/freewrt/tools/paxmirabilis/Makefile (modified) (1 diff)
- trunk/freewrt/tools/paxmirabilis/strlfun.c (copied) (copied from trunk/freewrt/toolchain/libnotimpl/files/strlfun.c)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/scripts/param.h
r212 r215 14 14 #define __RCSID(x) static const char __rcsid[] __attribute__((used)) = (x) 15 15 #endif 16 17 #if !defined(BSD) && defined(_STRLCPY_DEFNS) 18 size_t strlcat(char *, const char *, size_t); 19 size_t strlcpy(char *, const char *, size_t); 20 #endif trunk/freewrt/tools/paxmirabilis/Makefile
r214 r215 4 4 5 5 OUR_FLAGS= -I${TOPDIR}/scripts \ 6 -D_STRLCPY_DEFNS \ 6 7 -std=gnu99 \ 7 8 -include ${TOPDIR}/scripts/param.h 8 9 9 SRCS= src/ar_io.c \ 10 SRCS= strlfun.c \ 11 src/ar_io.c \ 10 12 src/ar_subs.c \ 11 13 src/buf_subs.c \


