diff options
Diffstat (limited to 'sys-apps/setarch/files/setarch-1.8-better-error.patch')
-rw-r--r-- | sys-apps/setarch/files/setarch-1.8-better-error.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-apps/setarch/files/setarch-1.8-better-error.patch b/sys-apps/setarch/files/setarch-1.8-better-error.patch new file mode 100644 index 000000000000..d7fbb84dab1e --- /dev/null +++ b/sys-apps/setarch/files/setarch-1.8-better-error.patch @@ -0,0 +1,11 @@ +--- setarch.c ++++ setarch.c +@@ -112,7 +112,7 @@ + && strcmp(un.machine, "i686") + && strcmp(un.machine, "athlon"))) + { +- fprintf(stderr, "Don't know how to set arch to %s\n", pers); ++ fprintf(stderr, "Unable to set arch to %s\n", pers); + exit(1); + } + } |