diff options
| author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-19 03:24:34 +0000 |
|---|---|---|
| committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-19 03:24:34 +0000 |
| commit | 73bdb3698301dd166e89b1ff5905de201bb58804 (patch) | |
| tree | bd0bc8da3dfd531843c0de15b490e7956c89b49c /games/doomlegacy/files/patch-doomlegacy::t_prepro.h | |
| parent | Fix make index (duplicate entry mailman-2.1), after temporary (diff) | |
Make games/doomlegacy compiling on -current
Notes
Notes:
svn path=/head/; revision=73466
Diffstat (limited to 'games/doomlegacy/files/patch-doomlegacy::t_prepro.h')
| -rw-r--r-- | games/doomlegacy/files/patch-doomlegacy::t_prepro.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/games/doomlegacy/files/patch-doomlegacy::t_prepro.h b/games/doomlegacy/files/patch-doomlegacy::t_prepro.h new file mode 100644 index 000000000000..638135773148 --- /dev/null +++ b/games/doomlegacy/files/patch-doomlegacy::t_prepro.h @@ -0,0 +1,17 @@ +--- t_prepro.h.orig Wed May 16 15:33:34 2001 ++++ t_prepro.h Sat Jan 18 18:19:25 2003 +@@ -34,12 +34,12 @@ + #define __PREPRO_H__ + + #ifdef FREEBSD +-#include <machine/types.h> ++//#include <machine/types.h> + #endif + typedef struct section_s section_t; +-#ifndef FREEBSD ++#if __FreeBSD__ > 4 + typedef struct label_s label_t; + #endif + #define SECTIONSLOTS 17 + #define LABELSLOTS 17 + |
