mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-29 15:06:40 -04:00
14 lines
396 B
Plaintext
14 lines
396 B
Plaintext
$NetBSD: patch-ag,v 1.1 2009/06/07 22:02:24 hasso Exp $
|
|
|
|
--- libusal/scsitransp.c.orig
|
|
+++ libusal/scsitransp.c
|
|
@@ -301,7 +301,7 @@ usal_yes(char *msg)
|
|
|
|
printf("%s", msg);
|
|
flush();
|
|
- if (getline(okbuf, sizeof (okbuf)) == EOF)
|
|
+ if (get_line(okbuf, sizeof (okbuf)) == EOF)
|
|
exit(EX_BAD);
|
|
if (streql(okbuf, "y") || streql(okbuf, "yes") ||
|
|
streql(okbuf, "Y") || streql(okbuf, "YES"))
|