diff options
Diffstat (limited to 'sys/dev/cx/machdep.h')
-rw-r--r-- | sys/dev/cx/machdep.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/cx/machdep.h b/sys/dev/cx/machdep.h index 2346925..0a622f1e 100644 --- a/sys/dev/cx/machdep.h +++ b/sys/dev/cx/machdep.h @@ -74,9 +74,7 @@ # include <sys/libkern.h> # include <sys/systm.h> # define memset(a,b,c) bzero (a,c) -# if __FreeBSD_version > 501000 -# define port_t int -# endif +# define port_t int #endif #endif |