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/msg.c | |
| parent | c65081f32ce326cc34700323d1f9878a9b2b359b (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pkg_install/lib/msg.c')
| -rw-r--r-- | usr.sbin/pkg_install/lib/msg.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/pkg_install/lib/msg.c b/usr.sbin/pkg_install/lib/msg.c index 460183e8a86e..d95e498637dd 100644 --- a/usr.sbin/pkg_install/lib/msg.c +++ b/usr.sbin/pkg_install/lib/msg.c @@ -1,5 +1,5 @@ #ifndef lint -static const char *rcsid = "$Id: msg.c,v 1.4 1994/06/01 05:14:19 asami Exp $"; +static const char *rcsid = "$Id: msg.c,v 1.5 1995/05/30 03:50:06 rgrimes Exp $"; #endif /* @@ -99,5 +99,3 @@ y_or_n(Boolean def, const char *msg, ...) fclose(tty) ; return (ch == 'Y') ? TRUE : FALSE; } - - |
