Module Name:    src
Committed By:   dholland
Date:           Fri Jan 22 23:46:07 UTC 2016

Modified Files:
        src/sys/sys: vadvise.h

Log Message:
Uses __BEGIN_DECLS and needs sys/cdefs.h.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/sys/vadvise.h

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

Modified files:

Index: src/sys/sys/vadvise.h
diff -u src/sys/sys/vadvise.h:1.10 src/sys/sys/vadvise.h:1.11
--- src/sys/sys/vadvise.h:1.10	Sun Dec 11 12:25:21 2005
+++ src/sys/sys/vadvise.h	Fri Jan 22 23:46:07 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: vadvise.h,v 1.10 2005/12/11 12:25:21 christos Exp $	*/
+/*	$NetBSD: vadvise.h,v 1.11 2016/01/22 23:46:07 dholland Exp $	*/
 
 /*-
  * Copyright (c) 1982, 1986, 1993
@@ -34,6 +34,8 @@
 #ifndef _SYS_VADVISE_H_
 #define _SYS_VADVISE_H_
 
+#include <sys/cdefs.h>
+
 /*
  * Parameters to vadvise() to tell system of particular paging
  * behaviour:

Reply via email to