diff options
author | Mike Heffner <mikeh@FreeBSD.org> | 2003-06-16 02:36:38 +0000 |
---|---|---|
committer | Mike Heffner <mikeh@FreeBSD.org> | 2003-06-16 02:36:38 +0000 |
commit | 1796d6118b58b3fde2859c2646c2cbfef5dc6431 (patch) | |
tree | fe7476d6e4129e7a835cd3c91bbef8b7b0b35a14 /contrib/lukemftp/src/domacro.c | |
parent | 2e0951ee2da24c3bd16b4edded44a579c3cffe90 (diff) | |
download | src-1796d6118b58b3fde2859c2646c2cbfef5dc6431.tar.gz src-1796d6118b58b3fde2859c2646c2cbfef5dc6431.zip |
Import the June 15, 2003 CVS version of NetBSD's ftp + patchset to fixvendor/tnftp/20030615vendor/NetBSD/lukemftp/20030615
header file differences between FBSD and NBSD. Like lukemftpd, the
portable version of lukemftp lags too far behind CVS.
This import includes several big fixes plus a cleaned up manpage.
Notes
Notes:
svn path=/vendor/lukemftp/dist/; revision=116424
svn path=/vendor/tnftp/20030615/; revision=223303; tag=vendor/tnftp/20030615
Diffstat (limited to 'contrib/lukemftp/src/domacro.c')
-rw-r--r-- | contrib/lukemftp/src/domacro.c | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/contrib/lukemftp/src/domacro.c b/contrib/lukemftp/src/domacro.c index 09109b01b0c4..5a4c736c30e5 100644 --- a/contrib/lukemftp/src/domacro.c +++ b/contrib/lukemftp/src/domacro.c @@ -33,7 +33,18 @@ * SUCH DAMAGE. */ -#include "lukemftp.h" +#include <sys/cdefs.h> +#ifndef lint +#if 0 +static char sccsid[] = "@(#)domacro.c 8.3 (Berkeley) 4/2/94"; +#else +__RCSID("$NetBSD: domacro.c,v 1.19 2002/02/01 05:04:43 itojun Exp $"); +#endif +#endif /* not lint */ + +#include <ctype.h> +#include <stdio.h> +#include <string.h> #include "ftp_var.h" |