2010-12-26 21:59:31 +01:00
|
|
|
$NetBSD: patch-aj,v 1.2 2010/12/26 20:59:31 markd Exp $
|
2008-11-24 22:13:19 +01:00
|
|
|
|
2010-12-26 21:59:31 +01:00
|
|
|
--- hald/freebsd/hf-storage.c.orig 2009-08-24 12:42:29.000000000 +0000
|
|
|
|
+++ hald/freebsd/hf-storage.c
|
|
|
|
@@ -33,6 +33,9 @@
|
|
|
|
#include <sys/param.h>
|
2008-11-24 22:13:19 +01:00
|
|
|
#include <sys/types.h>
|
|
|
|
#include <sys/disklabel.h>
|
|
|
|
+#ifdef __DragonFly__
|
|
|
|
+#include <sys/dtype.h>
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
#include "../logger.h"
|
|
|
|
#include "../osspec.h"
|