Module Name:    src
Committed By:   christos
Date:           Tue Jan 10 20:57:26 UTC 2017

Modified Files:
        src/usr.sbin/crash: crash.c

Log Message:
need <sys/stat.h>


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/crash/crash.c

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

Modified files:

Index: src/usr.sbin/crash/crash.c
diff -u src/usr.sbin/crash/crash.c:1.10 src/usr.sbin/crash/crash.c:1.11
--- src/usr.sbin/crash/crash.c:1.10	Tue Jun 16 19:48:20 2015
+++ src/usr.sbin/crash/crash.c	Tue Jan 10 15:57:26 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: crash.c,v 1.10 2015/06/16 23:48:20 christos Exp $	*/
+/*	$NetBSD: crash.c,v 1.11 2017/01/10 20:57:26 christos Exp $	*/
 
 /*-
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -31,13 +31,14 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: crash.c,v 1.10 2015/06/16 23:48:20 christos Exp $");
+__RCSID("$NetBSD: crash.c,v 1.11 2017/01/10 20:57:26 christos Exp $");
 #endif /* not lint */
 
 #include <ddb/ddb.h>
 
 #include <sys/fcntl.h>
 #include <sys/mman.h>
+#include <sys/stat.h>
 #include <sys/ioctl.h>
 
 #include <machine/frame.h>

Reply via email to