Module Name: src
Committed By: dholland
Date: Fri Jan 22 22:26:45 UTC 2016
Modified Files:
src/include: mntopts.h
Log Message:
Has __BEGIN_DECLS, needs sys/types.h.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/include/mntopts.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/include/mntopts.h
diff -u src/include/mntopts.h:1.15 src/include/mntopts.h:1.16
--- src/include/mntopts.h:1.15 Fri Oct 19 17:09:06 2012
+++ src/include/mntopts.h Fri Jan 22 22:26:45 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: mntopts.h,v 1.15 2012/10/19 17:09:06 drochner Exp $ */
+/* $NetBSD: mntopts.h,v 1.16 2016/01/22 22:26:45 dholland Exp $ */
/*-
* Copyright (c) 1994
@@ -33,6 +33,8 @@
#ifndef _MNTOPTS_H_
#define _MNTOPTS_H_
+#include <sys/cdefs.h>
+
struct mntopt {
const char *m_option; /* option name */
int m_inverse; /* if a negative option, eg "dev" */