Module Name:    src
Committed By:   martin
Date:           Tue Nov 15 10:05:22 UTC 2016

Modified Files:
        src/tests/lib/librefuse: t_refuse_opt.c

Log Message:
Evil hack to make register_t known and fix the build - XXX not sure this
is the proper fix.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/lib/librefuse/t_refuse_opt.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/lib/librefuse/t_refuse_opt.c
diff -u src/tests/lib/librefuse/t_refuse_opt.c:1.4 src/tests/lib/librefuse/t_refuse_opt.c:1.5
--- src/tests/lib/librefuse/t_refuse_opt.c:1.4	Tue Nov 15 00:37:18 2016
+++ src/tests/lib/librefuse/t_refuse_opt.c	Tue Nov 15 10:05:22 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: t_refuse_opt.c,v 1.4 2016/11/15 00:37:18 pho Exp $ */
+/*	$NetBSD: t_refuse_opt.c,v 1.5 2016/11/15 10:05:22 martin Exp $ */
 
 /*-
  * Copyright (c) 2016 The NetBSD Foundation, Inc.
@@ -26,7 +26,10 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_refuse_opt.c,v 1.4 2016/11/15 00:37:18 pho Exp $");
+__RCSID("$NetBSD: t_refuse_opt.c,v 1.5 2016/11/15 10:05:22 martin Exp $");
+
+#define _KERNTYPES
+#include <machine/types.h>
 
 #include <atf-c.h>
 

Reply via email to