diff options
author | joerg <joerg> | 2012-04-17 17:49:28 +0000 |
---|---|---|
committer | joerg <joerg> | 2012-04-17 17:49:28 +0000 |
commit | 42dd6baaaca2d7a445db8c7ecc0b821683b1c701 (patch) | |
tree | 36fd8c02a97e92ed609903dced2863421b7b0398 /time/globe | |
parent | 6b5af923b542a2423d8684278f5cb14fcae79e10 (diff) | |
download | pkgsrc-42dd6baaaca2d7a445db8c7ecc0b821683b1c701.tar.gz |
Fix main.
Diffstat (limited to 'time/globe')
-rw-r--r-- | time/globe/distinfo | 3 | ||||
-rw-r--r-- | time/globe/patches/patch-globe.c | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/time/globe/distinfo b/time/globe/distinfo index 94c7915518e..28ab02b72d8 100644 --- a/time/globe/distinfo +++ b/time/globe/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.3 2008/06/20 01:09:39 joerg Exp $ +$NetBSD: distinfo,v 1.4 2012/04/17 17:49:28 joerg Exp $ SHA1 (globe_26mar94.tar.gz) = e1d27953237d3ae1648080045f86a0529cd01b7f RMD160 (globe_26mar94.tar.gz) = 94470c28771d33c20411ce706aa3695f89a8f336 Size (globe_26mar94.tar.gz) = 9813 bytes SHA1 (patch-aa) = cc11ea40f3382506cad6b064a64261ce7081e49c +SHA1 (patch-globe.c) = a5bb9c7655e0eec6e05a5f68875b9216c574b6f9 diff --git a/time/globe/patches/patch-globe.c b/time/globe/patches/patch-globe.c new file mode 100644 index 00000000000..fdf342e0fe3 --- /dev/null +++ b/time/globe/patches/patch-globe.c @@ -0,0 +1,15 @@ +$NetBSD: patch-globe.c,v 1.1 2012/04/17 17:49:29 joerg Exp $ + +--- globe.c.orig 2012-04-17 16:08:21.000000000 +0000 ++++ globe.c +@@ -731,8 +731,8 @@ static char* globes[NGLOBES][NLINES] = + }; + + +-void +-main( int argc, char* argv ) ++int ++main(void) + { + time_t now; + int gnum, lnum; |