mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
422 B
Plaintext
15 lines
422 B
Plaintext
$NetBSD: patch-aa,v 1.5 2005/08/09 12:56:18 adam Exp $
|
|
|
|
--- lib/driver/logging.c.orig 2004-12-18 17:29:32.000000000 +0000
|
|
+++ lib/driver/logging.c
|
|
@@ -45,7 +45,9 @@ default_cdio_log_handler (cdio_log_level
|
|
fprintf (stderr, "**ERROR: %s\n", message);
|
|
fflush (stderr);
|
|
}
|
|
+#if 0
|
|
exit (EXIT_FAILURE);
|
|
+#endif
|
|
break;
|
|
case CDIO_LOG_DEBUG:
|
|
if (level >= cdio_loglevel_default) {
|