Files
pkgsrc-ng/time/globe/patches/patch-globe.c
2013-09-26 17:14:40 +02:00

16 lines
296 B
C

$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;