Module Name: src
Committed By: christos
Date: Mon Nov 21 16:26:16 UTC 2016
Modified Files:
src/tests/lib/librefuse: t_refuse_opt.c
Log Message:
use <sys/types.h>
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 src/tests/lib/librefuse/t_refuse_opt.c:1.7
--- src/tests/lib/librefuse/t_refuse_opt.c:1.6 Wed Nov 16 11:11:42 2016
+++ src/tests/lib/librefuse/t_refuse_opt.c Mon Nov 21 11:26:16 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: t_refuse_opt.c,v 1.6 2016/11/16 16:11:42 pho Exp $ */
+/* $NetBSD: t_refuse_opt.c,v 1.7 2016/11/21 16:26:16 christos Exp $ */
/*-
* Copyright (c) 2016 The NetBSD Foundation, Inc.
@@ -26,10 +26,10 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: t_refuse_opt.c,v 1.6 2016/11/16 16:11:42 pho Exp $");
+__RCSID("$NetBSD: t_refuse_opt.c,v 1.7 2016/11/21 16:26:16 christos Exp $");
#define _KERNTYPES
-#include <machine/types.h>
+#include <sys/types.h>
#include <atf-c.h>