From 9e00634233e3bbbe4c4e03306c08d61134cc23a4 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Thu, 18 Sep 2008 11:54:25 +0000 Subject: [PATCH 1/1] Unbreak buildworld: define _KERNEL_STRUCTURES for struct netexport. --- sbin/mount_null/mount_null.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sbin/mount_null/mount_null.c b/sbin/mount_null/mount_null.c index d667197bb3..6ce02b89c1 100644 --- a/sbin/mount_null/mount_null.c +++ b/sbin/mount_null/mount_null.c @@ -36,9 +36,10 @@ * @(#) Copyright (c) 1992, 1993, 1994 The Regents of the University of California. All rights reserved. * @(#)mount_null.c 8.6 (Berkeley) 4/26/95 * $FreeBSD: src/sbin/mount_null/mount_null.c,v 1.13 1999/10/09 11:54:11 phk Exp $ - * $DragonFly: src/sbin/mount_null/mount_null.c,v 1.9 2006/09/21 11:49:22 swildner Exp $ + * $DragonFly: src/sbin/mount_null/mount_null.c,v 1.10 2008/09/18 11:54:25 swildner Exp $ */ +#define _KERNEL_STRUCTURES #include #include #include -- 2.41.0