From 6dfe7ff622a0c7300c683e4885e9def33da1663b Mon Sep 17 00:00:00 2001 From: Norikatsu Shigemura Date: Sun, 21 Mar 2004 08:59:21 +0000 Subject: 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 (maintainer) Committed at: jammed Chuou Highway in Japan --- sysutils/du2ps/files/patch-du2ps.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sysutils/du2ps/files/patch-du2ps.c (limited to 'sysutils/du2ps/files/patch-du2ps.c') 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; -- cgit v1.2.3