Module Name:    src
Committed By:   christos
Date:           Mon Jan 16 16:31:05 UTC 2017

Modified Files:
        src/tests/lib/libc/sys: t_mmap.c

Log Message:
PR/51891: Ngie Cooper: use sys/disklabel.h instead of machine/disklabel.h


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/tests/lib/libc/sys/t_mmap.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/libc/sys/t_mmap.c
diff -u src/tests/lib/libc/sys/t_mmap.c:1.11 src/tests/lib/libc/sys/t_mmap.c:1.12
--- src/tests/lib/libc/sys/t_mmap.c:1.11	Fri Jan 13 15:43:11 2017
+++ src/tests/lib/libc/sys/t_mmap.c	Mon Jan 16 11:31:05 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: t_mmap.c,v 1.11 2017/01/13 20:43:11 christos Exp $ */
+/* $NetBSD: t_mmap.c,v 1.12 2017/01/16 16:31:05 christos Exp $ */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -55,9 +55,10 @@
  * SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_mmap.c,v 1.11 2017/01/13 20:43:11 christos Exp $");
+__RCSID("$NetBSD: t_mmap.c,v 1.12 2017/01/16 16:31:05 christos Exp $");
 
 #include <sys/param.h>
+#include <sys/disklabel.h>
 #include <sys/mman.h>
 #include <sys/stat.h>
 #include <sys/socket.h>
@@ -73,7 +74,6 @@ __RCSID("$NetBSD: t_mmap.c,v 1.11 2017/0
 #include <string.h>
 #include <unistd.h>
 #include <paths.h>
-#include <machine/disklabel.h>
 
 static long	page = 0;
 static char	path[] = "mmap";

Reply via email to