summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pkg_install/lib/msg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/lib/msg.c b/usr.sbin/pkg_install/lib/msg.c
index 12a2ff0..9e3e8ef 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.2 1993/09/03 23:01:15 jkh Exp $";
+static const char *rcsid = "$Id: msg.c,v 1.3 1994/04/05 14:08:47 jkh Exp $";
#endif
/*
@@ -96,6 +96,7 @@ y_or_n(Boolean def, const char *msg, ...)
if (ch == '\n')
ch = (def) ? 'Y' : 'N';
}
+ fclose(tty) ;
return (ch == 'Y') ? TRUE : FALSE;
}
OpenPOWER on IntegriCloud