mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 12:14:00 -04:00
16 lines
449 B
Plaintext
16 lines
449 B
Plaintext
$NetBSD: patch-ad,v 1.1.1.1 2011/11/20 06:25:18 agc Exp $
|
|
|
|
Fix warning for printf format messages with gcc 4.5 and -Wformat=2
|
|
|
|
--- brandelf/brandelf.c 2011/11/18 21:21:58 1.1
|
|
+++ brandelf/brandelf.c 2011/11/18 21:22:12
|
|
@@ -219,7 +219,7 @@
|
|
return (retval);
|
|
}
|
|
|
|
-static const char *usagemsg = "\
|
|
+static const char usagemsg[] = "\
|
|
Usage: %s [options] file...\n\
|
|
Set or display the ABI field for an ELF object.\n\n\
|
|
Supported options are:\n\
|