mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-13 14:25:12 -04:00
14 lines
338 B
Plaintext
14 lines
338 B
Plaintext
$NetBSD: patch-ac,v 1.4 2008/11/10 22:30:43 wiz Exp $
|
|
|
|
--- src/cd-paranoia/cd-paranoia.c.orig 2008-06-25 07:52:33.000000000 +0000
|
|
+++ src/cd-paranoia/cd-paranoia.c
|
|
@@ -276,7 +276,7 @@ display_toc(cdrom_drive_t *d)
|
|
report("");
|
|
}
|
|
|
|
-#include "usage.h"
|
|
+#include "usage-copy.h"
|
|
static void usage(FILE *f)
|
|
{
|
|
fprintf( f, usage_help);
|