Don't guess prototypes for functions in system headers.
This commit is contained in:
parent
441b7f458c
commit
eff1c8b81d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64928
1 changed files with 19 additions and 0 deletions
19
games/blockade/files/patch-ab
Normal file
19
games/blockade/files/patch-ab
Normal file
|
@ -0,0 +1,19 @@
|
|||
--- blockade.c.orig Fri Aug 23 16:51:21 2002
|
||||
+++ blockade.c Fri Aug 23 16:51:47 2002
|
||||
@@ -22,7 +22,6 @@
|
||||
#include <X11/keysym.h>
|
||||
#include <X11/Xresource.h>
|
||||
|
||||
-char *malloc();
|
||||
#define NEW(t) ((t *)malloc(sizeof(t)))
|
||||
#define OLD(v) free((char *)(v))
|
||||
|
||||
@@ -33,8 +32,6 @@
|
||||
#include "blockade-snd.h"
|
||||
|
||||
char **argvec;
|
||||
-
|
||||
-char *getenv();
|
||||
|
||||
XrmDatabase db;
|
||||
char *defaults = "\
|
Loading…
Reference in a new issue