diff options
Diffstat (limited to 'print/psutils-letter/files/patch-pstops.c')
-rw-r--r-- | print/psutils-letter/files/patch-pstops.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/print/psutils-letter/files/patch-pstops.c b/print/psutils-letter/files/patch-pstops.c deleted file mode 100644 index 491c7734c29d..000000000000 --- a/print/psutils-letter/files/patch-pstops.c +++ /dev/null @@ -1,18 +0,0 @@ ---- pstops.c.orig 2011-06-21 04:21:27.000000000 +0900 -+++ pstops.c 2011-06-21 04:21:41.000000000 +0900 -@@ -112,7 +112,7 @@ - return (head); - } - --void main(int argc, char *argv[]) -+int main(int argc, char *argv[]) - { - PageSpec *specs = NULL; - int nobinding = 0; -@@ -194,5 +194,5 @@ - - pstops(modulo, pagesperspec, nobinding, specs, draw); - -- exit(0); -+ return (0); - } |