Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/librefuse use <sys/types.h>



details:   https://anonhg.NetBSD.org/src/rev/6285e6a08c4b
branches:  trunk
changeset: 819189:6285e6a08c4b
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Nov 21 16:26:16 2016 +0000

description:
use <sys/types.h>

diffstat:

 tests/lib/librefuse/t_refuse_opt.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r a90e580ce04f -r 6285e6a08c4b tests/lib/librefuse/t_refuse_opt.c
--- a/tests/lib/librefuse/t_refuse_opt.c        Mon Nov 21 09:14:12 2016 +0000
+++ b/tests/lib/librefuse/t_refuse_opt.c        Mon Nov 21 16:26:16 2016 +0000
@@ -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>
 



Home | Main Index | Thread Index | Old Index