summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2006-10-16 03:31:27 +0000
committerchristos <christos@NetBSD.org>2006-10-16 03:31:27 +0000
commitfb9bdae14ab86c78eb8f31b291bcd640af225c82 (patch)
treea608f783fd7338176b1c95f60ee97edf32087682 /include
parentcf91149591cd046e4e07851fa5cbb39df742d68e (diff)
add MOPT_NULL
Diffstat (limited to 'include')
-rw-r--r--include/mntopts.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mntopts.h b/include/mntopts.h
index 463c40fd88f..3ba7698ee03 100644
--- a/include/mntopts.h
+++ b/include/mntopts.h
@@ -1,4 +1,4 @@
-/* $NetBSD: mntopts.h,v 1.7 2006/02/12 01:32:06 chs Exp $ */
+/* $NetBSD: mntopts.h,v 1.8 2006/10/16 03:31:27 christos Exp $ */
/*-
* Copyright (c) 1994
@@ -69,6 +69,7 @@ struct mntopt {
/* This is parsed by mount(8), but is ignored by specific mount_*(8)s. */
#define MOPT_AUTO { "auto", 0, 0, 0 }
+#define MOPT_NULL { NULL, 0, 0, 0 }
#define MOPT_FSTAB_COMPAT \
MOPT_RO, \