Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include Has __BEGIN_DECLS, needs sys/types.h.
details: https://anonhg.NetBSD.org/src/rev/47219b4a13f8
branches: trunk
changeset: 343090:47219b4a13f8
user: dholland <dholland%NetBSD.org@localhost>
date: Fri Jan 22 22:26:45 2016 +0000
description:
Has __BEGIN_DECLS, needs sys/types.h.
diffstat:
include/mntopts.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 4e311cfac39f -r 47219b4a13f8 include/mntopts.h
--- a/include/mntopts.h Fri Jan 22 22:25:50 2016 +0000
+++ b/include/mntopts.h Fri Jan 22 22:26:45 2016 +0000
@@ -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" */
Home |
Main Index |
Thread Index |
Old Index