diff options
Diffstat (limited to 'sysutils/du2ps/files/patch-du2ps.c')
-rw-r--r-- | sysutils/du2ps/files/patch-du2ps.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/du2ps/files/patch-du2ps.c b/sysutils/du2ps/files/patch-du2ps.c new file mode 100644 index 0000000..17e0fdc --- /dev/null +++ b/sysutils/du2ps/files/patch-du2ps.c @@ -0,0 +1,11 @@ +--- du2ps.c.orig Wed Mar 16 11:41:16 1994 ++++ du2ps.c Sun Mar 21 17:36:26 2004 +@@ -57,7 +57,7 @@ + for(; NULL != *mes; mes++) puts(*mes); + } + +-void ++int + main(argc,argv) + int argc; + char **argv; |