forked from Lainports/freebsd-ports
- Pass maintainship to submitter Submitted by: Anatoly Borodin (anatoly.borodin@gmail.com) via mail Approved by: miwi (mentor)
12 lines
269 B
C
12 lines
269 B
C
--- src/misc/conf.h.orig 2007-12-15 15:16:37.000000000 +0200
|
|
+++ src/misc/conf.h 2008-03-16 16:43:14.000000000 +0200
|
|
@@ -38,6 +38,9 @@
|
|
#include <core/coredefs.h>
|
|
|
|
|
|
+typedef unsigned long ulong;
|
|
+
|
|
+
|
|
typedef struct {
|
|
bool init;
|
|
|