diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 03:57:47 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 03:57:47 +0000 |
| commit | 709e8f9ae1d734c1a163c9b421df4b8153939ce7 (patch) | |
| tree | 15a9c7203efd47ba6dde2896fdb6327dddd4547f /usr.sbin/pkg_install/lib/msg.c | |
| parent | 010f5413b5781bc362fde190ec835a424ec8d28e (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, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/lib/msg.c b/usr.sbin/pkg_install/lib/msg.c index 9e3e8ef61570..460183e8a86e 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.3 1994/04/05 14:08:47 jkh Exp $"; +static const char *rcsid = "$Id: msg.c,v 1.4 1994/06/01 05:14:19 asami Exp $"; #endif /* @@ -100,4 +100,4 @@ y_or_n(Boolean def, const char *msg, ...) return (ch == 'Y') ? TRUE : FALSE; } - + |
