aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib/file.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-08-01 07:16:51 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-08-01 07:16:51 +0000
commit118e41074943849395e716aac4f41ffa5d26a93c (patch)
treef082f0177f78ff9618fabf93187b3e26fd9c9ed0 /usr.sbin/pkg_install/lib/file.c
parentd660e3ae8ddb4331b89391687cd0e952c53f0bfd (diff)
Notes
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 21f40e48be90..70307de72f19 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;
}