local function declarations don't mean anything in C, and gcc4 complains

more loudly.

regen patches with newer diff while I'm there.
This commit is contained in:
espie 2010-05-09 17:18:53 +00:00
parent ea6f83ea40
commit a8c2b00374
4 changed files with 34 additions and 17 deletions

View File

@ -1,7 +1,24 @@
$OpenBSD: patch-log_src_log_c,v 1.1.1.1 2003/10/25 18:33:27 pvalchev Exp $
--- log/src/log.c.orig 2003-03-12 15:49:30.000000000 -0700
+++ log/src/log.c 2003-10-25 10:51:32.000000000 -0600
@@ -21278,6 +21278,9 @@ Static Void initialize()
$OpenBSD: patch-log_src_log_c,v 1.2 2010/05/09 17:18:53 espie Exp $
--- log/src/log.c.orig Wed Mar 12 23:49:30 2003
+++ log/src/log.c Sun May 9 19:14:48 2010
@@ -2865,6 +2865,8 @@ Static Void show_events()
}
+Static boolean pollkbd2(void);
+
Static Void pen()
{
@@ -2873,7 +2875,6 @@ Static Void pen()
long x, y;
short i, rx, ry, cred;
- Static boolean pollkbd2(void);
static oldx, oldy;
static long awake;
long now;
@@ -21278,6 +21279,9 @@ Static Void initialize()
short FORLIM;
nk_keytransinfo *WITH;
log_sigrec *WITH1;
@ -11,7 +28,7 @@ $OpenBSD: patch-log_src_log_c,v 1.1.1.1 2003/10/25 18:33:27 pvalchev Exp $
#ifdef OS2
_control87(EM_UNDERFLOW, EM_UNDERFLOW); /* Turn off underflow exception. */
@@ -21576,8 +21579,17 @@ Static Void initialize()
@@ -21576,8 +21580,17 @@ Static Void initialize()
if (flag) {
if (libf1[k]->f != NULL)
rewind(libf1[k]->f);

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-psys_include_p2c_p2c_h,v 1.1.1.1 2003/10/25 18:33:27 pvalchev Exp $
--- psys/include/p2c/p2c.h.orig 2003-03-12 15:47:35.000000000 -0700
+++ psys/include/p2c/p2c.h 2003-10-25 11:12:13.000000000 -0600
@@ -336,6 +336,7 @@ extern Void P_sun_argv PP( (char *, int
$OpenBSD: patch-psys_include_p2c_p2c_h,v 1.2 2010/05/09 17:18:53 espie Exp $
--- psys/include/p2c/p2c.h.orig Wed Mar 12 23:47:35 2003
+++ psys/include/p2c/p2c.h Sun May 9 19:11:21 2010
@@ -336,6 +336,7 @@ extern Void P_sun_argv PP( (char *, int, int) );
#define EndOfFile 30
/* Creating temporary files */

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-psys_src_lunix_pas_c,v 1.1.1.1 2003/10/25 18:33:27 pvalchev Exp $
--- psys/src/lunix_pas.c.orig 2003-03-12 15:47:35.000000000 -0700
+++ psys/src/lunix_pas.c 2003-10-25 00:25:12.000000000 -0600
@@ -17,7 +17,7 @@ Void lunix_intToDate (long idate, datere
$OpenBSD: patch-psys_src_lunix_pas_c,v 1.2 2010/05/09 17:18:53 espie Exp $
--- psys/src/lunix_pas.c.orig Wed Mar 12 23:47:35 2003
+++ psys/src/lunix_pas.c Sun May 9 19:11:21 2010
@@ -17,7 +17,7 @@ Void lunix_intToDate (long idate, daterec *date, timer
{
struct tm *temp_tm;

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-until_V1_2_data_types_c,v 1.1.1.1 2003/10/25 18:33:27 pvalchev Exp $
--- until/V1.2/data_types.c.orig 2003-03-12 15:59:51.000000000 -0700
+++ until/V1.2/data_types.c 2003-10-25 00:26:02.000000000 -0600
@@ -87,7 +87,7 @@ short curRots; /* Number of possible ro
$OpenBSD: patch-until_V1_2_data_types_c,v 1.2 2010/05/09 17:18:53 espie Exp $
--- until/V1.2/data_types.c.orig Wed Mar 12 23:59:51 2003
+++ until/V1.2/data_types.c Sun May 9 19:11:21 2010
@@ -87,7 +87,7 @@ short curRots; /* Number of possible rotations */
Char *today(Char *Result)
{