diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-03-21 08:59:21 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-03-21 08:59:21 +0000 |
commit | 6dfe7ff622a0c7300c683e4885e9def33da1663b (patch) | |
tree | 184b73843558cbe17654fdbb490d5145e95f07fa /sysutils/du2ps/files/patch-du2ps.c | |
parent | Fix build by adding a missing BUILD_DEPENDS (diff) |
o Update MASTERE_SITES.
o Some fix (NULL != NUL, void main -> int main).
o Update archive md5.
some bug fix in new archive(this was released after 19 hours than old one).
Submitted by: Yoshihiko - he is in seat next mine in jammed
Chuou Highway - Sarumaru <mistral@imasy.or.jp> (maintainer)
Committed at: jammed Chuou Highway in Japan
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 000000000000..17e0fdc93dc6 --- /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; |