Module Name:    src
Committed By:   joerg
Date:           Sat Oct 20 11:37:42 UTC 2012

Modified Files:
        src/external/cddl/osnet/sys/sys: mount.h

Log Message:
Hack to avoid missing macro to unbuild the tree.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/cddl/osnet/sys/sys/mount.h

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

Modified files:

Index: src/external/cddl/osnet/sys/sys/mount.h
diff -u src/external/cddl/osnet/sys/sys/mount.h:1.4 src/external/cddl/osnet/sys/sys/mount.h:1.5
--- src/external/cddl/osnet/sys/sys/mount.h:1.4	Sun Feb 28 14:45:47 2010
+++ src/external/cddl/osnet/sys/sys/mount.h	Sat Oct 20 11:37:37 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: mount.h,v 1.4 2010/02/28 14:45:47 haad Exp $	*/
+/*	$NetBSD: mount.h,v 1.5 2012/10/20 11:37:37 joerg Exp $	*/
 
 /*-
  * Copyright (c) 2007 Pawel Jakub Dawidek <[email protected]>
@@ -37,7 +37,7 @@
 #define	MS_FORCE	MNT_FORCE
 #define	MS_REMOUNT	MNT_UPDATE
 #define	MS_OPTIONSTR	__MNT_UNUSED1
-#define	MS_NOMNTTAB	__MNT_UNUSED2
+#define	MS_NOMNTTAB	__MNT_UNUSED1
 
 typedef	struct fid		fid_t;
 

Reply via email to