Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 09/15/2000 17:55:16
Module Name:	basesrc
Committed By:	christos
Date:		Fri Sep 15 14:55:16 UTC 2000

Modified Files:
	basesrc/libexec/ftpd: extern.h ftpcmd.y ftpd.c

Log Message:
Make this compile again without -DINET6 and without get{addr,name}info(3)
This ftpd now compiles and runs on NetBSD/1.4.2 with:

CPPFLAGS+= \
    '-Dstrlcpy(a,b,c)=(strncpy(a,b,c),strlen(a))' \
    '-Dstrlcat=strncat' \
    '-Dsl_add(a,b)=(sl_add(a,b),0)'


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 basesrc/libexec/ftpd/extern.h
cvs rdiff -r1.52 -r1.53 basesrc/libexec/ftpd/ftpcmd.y
cvs rdiff -r1.103 -r1.104 basesrc/libexec/ftpd/ftpd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.