summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/lib/pen.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-06-20 18:33:55 +0000
committerjkh <jkh@FreeBSD.org>1996-06-20 18:33:55 +0000
commite8d26b1581dab3026009757a94a8134f0fd851ae (patch)
treedba527c7f22937fd67058464959dfb7d8498f44d /usr.sbin/pkg_install/lib/pen.c
parent0f52bd5cc8f1e74e89612834f46148b97a43991e (diff)
downloadFreeBSD-src-e8d26b1581dab3026009757a94a8134f0fd851ae.zip
FreeBSD-src-e8d26b1581dab3026009757a94a8134f0fd851ae.tar.gz
Make pkg_install understand and use libftpio instead of its own
copies of the ftp support routines. Also some cosmetic and minor bug fixes I've been meaning to incorporate for awhile.
Diffstat (limited to 'usr.sbin/pkg_install/lib/pen.c')
-rw-r--r--usr.sbin/pkg_install/lib/pen.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/pkg_install/lib/pen.c b/usr.sbin/pkg_install/lib/pen.c
index 98a7d71..33ace5f 100644
--- a/usr.sbin/pkg_install/lib/pen.c
+++ b/usr.sbin/pkg_install/lib/pen.c
@@ -1,5 +1,5 @@
#ifndef lint
-static const char *rcsid = "$Id: pen.c,v 1.20 1996/02/09 12:05:26 jkh Exp $";
+static const char *rcsid = "$Id: pen.c,v 1.21 1996/06/08 00:46:33 alex Exp $";
#endif
/*
@@ -72,8 +72,6 @@ find_play_pen(char *pen, size_t sz)
char *
make_playpen(char *pen, size_t sz)
{
- char *tmp;
-
if (!find_play_pen(pen, sz))
return NULL;
OpenPOWER on IntegriCloud