diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-08-26 10:15:18 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-08-26 10:15:18 +0000 |
| commit | a50f9f1dfc1d269951bdf509802a0ea7322d58fa (patch) | |
| tree | 31d831e9d819c7b603ec330c5873176e7014f739 /usr.sbin/pkg_install/lib/lib.h | |
| parent | c65081f32ce326cc34700323d1f9878a9b2b359b (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pkg_install/lib/lib.h')
| -rw-r--r-- | usr.sbin/pkg_install/lib/lib.h | 4 |
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 4f80cee427d6..a5c2fa531db4 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.16 1995/04/26 15:08:22 jkh Exp $ */ +/* $Id: lib.h,v 1.17 1995/07/30 01:44:45 ache Exp $ */ /* * FreeBSD install - a package for the installation and maintainance @@ -109,7 +109,7 @@ void cleanup(int); char *make_playpen(char *, size_t); void leave_playpen(void); char *where_playpen(void); -long min_free(char *); +size_t min_free(char *); /* String */ char *get_dash_string(char **); |
