summaryrefslogtreecommitdiff
path: root/games/doomlegacy/files/patch-doomlegacy::t_prepro.h
blob: 638135773148fe9618e90eece8f47fd937650fa1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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