summaryrefslogtreecommitdiff
path: root/print/psutils-letter/files/patch-psresize.c
diff options
context:
space:
mode:
Diffstat (limited to 'print/psutils-letter/files/patch-psresize.c')
-rw-r--r--print/psutils-letter/files/patch-psresize.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/print/psutils-letter/files/patch-psresize.c b/print/psutils-letter/files/patch-psresize.c
deleted file mode 100644
index d56ec8f0620b..000000000000
--- a/print/psutils-letter/files/patch-psresize.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- psresize.c.orig 2011-06-21 04:23:10.000000000 +0900
-+++ psresize.c 2011-06-21 04:23:27.000000000 +0900
-@@ -46,7 +46,7 @@
- #define MIN(x,y) ((x) > (y) ? (y) : (x))
- #define MAX(x,y) ((x) > (y) ? (x) : (y))
-
--void main(int argc, char *argv[])
-+int main(int argc, char *argv[])
- {
- double scale, rscale; /* page scale */
- double waste, rwaste; /* amount wasted */
-@@ -175,6 +175,6 @@
-
- pstops(1, 1, 0, specs, 0.0); /* do page rearrangement */
-
-- exit(0);
-+ return (0);
- }
-