aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib/lib.h
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-10-04 16:07:50 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-10-04 16:07:50 +0000
commit46f5c7be766a2c2789de0c91f75ec8bcb9f95a2b (patch)
tree04e8f8795d8723da4cc214ddcd7655e4c877fbcb /usr.sbin/pkg_install/lib/lib.h
parent92fdc4d3b4d00107a69ed504b07bb56ef3f18343 (diff)
Notes
Diffstat (limited to 'usr.sbin/pkg_install/lib/lib.h')
-rw-r--r--usr.sbin/pkg_install/lib/lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/lib/lib.h b/usr.sbin/pkg_install/lib/lib.h
index 08de0beb378d..31bd696b8631 100644
--- a/usr.sbin/pkg_install/lib/lib.h
+++ b/usr.sbin/pkg_install/lib/lib.h
@@ -1,4 +1,4 @@
-/* $Id: lib.h,v 1.8 1994/08/28 14:15:29 jkh Exp $ */
+/* $Id: lib.h,v 1.9 1994/09/29 13:19:42 jkh Exp $ */
/*
* FreeBSD install - a package for the installation and maintainance
@@ -99,7 +99,7 @@ typedef struct _pack Package;
/* Misc */
int vsystem(const char *, ...);
void cleanup(int);
-char *make_playpen(char *);
+char *make_playpen(char *, size_t);
void leave_playpen(void);
char *where_playpen(void);