summaryrefslogtreecommitdiff
path: root/print/psutils/files/patch-psselect.c
diff options
context:
space:
mode:
Diffstat (limited to 'print/psutils/files/patch-psselect.c')
-rw-r--r--print/psutils/files/patch-psselect.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/print/psutils/files/patch-psselect.c b/print/psutils/files/patch-psselect.c
new file mode 100644
index 000000000000..85cb97ccf773
--- /dev/null
+++ b/print/psutils/files/patch-psselect.c
@@ -0,0 +1,18 @@
+--- psselect.c.orig 2011-06-21 04:20:51.000000000 +0900
++++ psselect.c 2011-06-21 04:21:08.000000000 +0900
+@@ -91,7 +91,7 @@
+ }
+
+
+-void main(int argc, char *argv[])
++int main(int argc, char *argv[])
+ {
+ int currentpg, maxpage = 0;
+ int even = 0, odd = 0, reverse = 0;
+@@ -235,5 +235,5 @@
+ }
+ writetrailer();
+
+- exit(0);
++ return (0);
+ }