diff options
author | jlam <jlam@pkgsrc.org> | 2003-09-02 08:28:22 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-09-02 08:28:22 +0000 |
commit | 200c00f729e0a1b450a9917e05cf79d71a0d4843 (patch) | |
tree | 7198a3cb156bd83aa89f657e03f0b19123a6cda0 /pkgtools/pkg_install/files/lib/ftpio.c | |
parent | f1988d5987b8835a0c4f789709ec9925cf8f323b (diff) | |
download | pkgsrc-200c00f729e0a1b450a9917e05cf79d71a0d4843.tar.gz |
Sync to latest pkg_install sources from the HEAD for pkg_delete
optimizations and man page fixes. Also use recent src2nbcompat to reverse
the order that "config.h" and <nbcompat.h> are included in *.[ch] files.
Diffstat (limited to 'pkgtools/pkg_install/files/lib/ftpio.c')
-rw-r--r-- | pkgtools/pkg_install/files/lib/ftpio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/pkg_install/files/lib/ftpio.c b/pkgtools/pkg_install/files/lib/ftpio.c index 7f7f742faf7..e7189179589 100644 --- a/pkgtools/pkg_install/files/lib/ftpio.c +++ b/pkgtools/pkg_install/files/lib/ftpio.c @@ -1,14 +1,14 @@ -/* $NetBSD: ftpio.c,v 1.3 2003/09/01 16:27:14 jlam Exp $ */ +/* $NetBSD: ftpio.c,v 1.4 2003/09/02 08:28:33 jlam Exp $ */ -#include <nbcompat.h> #if HAVE_CONFIG_H #include "config.h" #endif +#include <nbcompat.h> #if HAVE_SYS_CDEFS_H #include <sys/cdefs.h> #endif #ifndef lint -__RCSID("$NetBSD: ftpio.c,v 1.3 2003/09/01 16:27:14 jlam Exp $"); +__RCSID("$NetBSD: ftpio.c,v 1.4 2003/09/02 08:28:33 jlam Exp $"); #endif /* |