summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/lib/file.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-08-01 07:16:51 +0000
committerjkh <jkh@FreeBSD.org>1995-08-01 07:16:51 +0000
commita83c6fddeebd741c10803be7361789081447a0d5 (patch)
treef082f0177f78ff9618fabf93187b3e26fd9c9ed0 /usr.sbin/pkg_install/lib/file.c
parent510c48b3317bd9a884852325a42a2a7cab9922e6 (diff)
downloadFreeBSD-src-a83c6fddeebd741c10803be7361789081447a0d5.zip
FreeBSD-src-a83c6fddeebd741c10803be7361789081447a0d5.tar.gz
Argh! I hate my life! I can't seem to do anything right here today.
This should restore functionality to the pkg_install suite.
Diffstat (limited to 'usr.sbin/pkg_install/lib/file.c')
-rw-r--r--usr.sbin/pkg_install/lib/file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/lib/file.c b/usr.sbin/pkg_install/lib/file.c
index 21f40e4..70307de 100644
--- a/usr.sbin/pkg_install/lib/file.c
+++ b/usr.sbin/pkg_install/lib/file.c
@@ -1,5 +1,5 @@
#ifndef lint
-static const char *rcsid = "$Id: file.c,v 1.13 1995/07/30 09:33:26 jkh Exp $";
+static const char *rcsid = "$Id: file.c,v 1.14 1995/07/30 09:41:21 jkh Exp $";
#endif
/*
@@ -239,7 +239,7 @@ fileGetURL(char *fname)
}
while (read(fd, &ch, 1) == 1)
write(fd, &ch, 1);
- FtpEof(ftp);
+ FtpEOF(ftp);
FtpClose(ftp);
return tmpl;
}
OpenPOWER on IntegriCloud