$OpenBSD: patch-filter_h,v 1.1.1.1 2009/04/19 11:14:34 sthen Exp $
--- filter.h.orig	Sat Apr 18 02:55:53 2009
+++ filter.h	Sat Apr 18 02:56:28 2009
@@ -47,9 +47,9 @@
 
 //---------------------- Types ---------------------------------------------
 
-#define UCHAR	unsigned char
-#define USHORT  unsigned short
-#define ULONG   unsigned long
+typedef unsigned char	UCHAR;
+typedef unsigned short	USHORT;
+typedef unsigned long	ULONG;
 
 enum{
 	_UCHAR,
