openbsd-ports/net/archie/patches/patch-ac
1998-07-16 17:12:04 +00:00

58 lines
1.1 KiB
Plaintext

*** archie.c.orig Mon Oct 26 14:00:33 1992
--- archie.c Thu Jul 16 10:09:55 1998
***************
*** 73,79 ****
void usage ();
extern char *getenv ();
! void
main (argc, argv)
int argc;
char **argv;
--- 73,79 ----
void usage ();
extern char *getenv ();
! int
main (argc, argv)
int argc;
char **argv;
*** procquery.c.orig Sun Oct 25 17:46:26 1992
--- procquery.c Thu Jul 16 10:07:13 1998
***************
*** 174,180 ****
Query query;
{
VLINK l;
! long now;
/* initialize data structures for this query */
(void)time(&now);
--- 174,180 ----
Query query;
{
VLINK l;
! time_t now;
/* initialize data structures for this query */
(void)time(&now);
*** regex.c.orig Tue Oct 20 16:57:58 1992
--- regex.c Thu Jul 16 10:09:33 1998
***************
*** 447,453 ****
static char *bol;
static char *bopat[MAXTAG];
static char *eopat[MAXTAG];
! char *pmatch();
/*
* re_exec:
--- 447,453 ----
static char *bol;
static char *bopat[MAXTAG];
static char *eopat[MAXTAG];
! static char *pmatch();
/*
* re_exec: