$NetBSD: patch-aa,v 1.2 2014/04/17 21:41:38 asau Exp $ --- include/common.h.orig 2006-03-23 17:39:45.000000000 +0000 +++ include/common.h @@ -33,6 +33,10 @@ extern int errno; #endif +#if defined(__FreeBSD__) || defined(__DragonFly__) +typedef unsigned long ulong; +#endif + #include #include #include "i18n.h"