diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1999-10-24 01:57:37 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1999-10-24 01:57:37 +0000 |
commit | 1a8eb4b4c114be25e2460154d13fba8dce434c65 (patch) | |
tree | f955e7e7b5333d59ca29bba000c9cacb5b1e01ae /ftp/wu-ftpd/files/patch-al | |
parent | Upgrade japanize patch: 1.4 to 1.4c. (diff) |
upgrade to 2.6.0
Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
Notes
Notes:
svn path=/head/; revision=22597
Diffstat (limited to 'ftp/wu-ftpd/files/patch-al')
-rw-r--r-- | ftp/wu-ftpd/files/patch-al | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ftp/wu-ftpd/files/patch-al b/ftp/wu-ftpd/files/patch-al index 90c5246d7d57..40568f198e15 100644 --- a/ftp/wu-ftpd/files/patch-al +++ b/ftp/wu-ftpd/files/patch-al @@ -1,19 +1,19 @@ -*** support/makefiles/Makefile.fbs.bak Mon Mar 3 12:11:54 1997 ---- support/makefiles/Makefile.fbs Sun Apr 27 21:13:35 1997 +*** support/makefiles/Makefile.fbs.orig Mon Oct 4 22:44:08 1999 +--- support/makefiles/Makefile.fbs Wed Oct 20 20:32:42 1999 *************** -*** 8,14 **** +*** 33,39 **** LIBC = /usr/lib/libc.a IFLAGS = LFLAGS = -! CFLAGS = -O ${IFLAGS} ${LFLAGS} -DNO_MALLOC_PROTO +! CFLAGS = -O ${IFLAGS} ${LFLAGS} SRCS = strcasestr.c authuser.c ftw.c OBJS = strcasestr.o authuser.o ftw.o ---- 8,14 ---- +--- 33,39 ---- LIBC = /usr/lib/libc.a IFLAGS = LFLAGS = -! CFLAGS += ${IFLAGS} ${LFLAGS} -DNO_MALLOC_PROTO +! CFLAGS += ${IFLAGS} ${LFLAGS} SRCS = strcasestr.c authuser.c ftw.c OBJS = strcasestr.o authuser.o ftw.o |