Module Name:    src
Committed By:   christos
Date:           Thu Dec 24 01:41:27 UTC 2015

Modified Files:
        src/usr.sbin/mountd: mountd.h

Log Message:
fix whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/mountd/mountd.h

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

Modified files:

Index: src/usr.sbin/mountd/mountd.h
diff -u src/usr.sbin/mountd/mountd.h:1.1 src/usr.sbin/mountd/mountd.h:1.2
--- src/usr.sbin/mountd/mountd.h:1.1	Wed Dec 23 11:19:49 2015
+++ src/usr.sbin/mountd/mountd.h	Wed Dec 23 20:41:27 2015
@@ -5,9 +5,9 @@
 #define	OP_MASK		0x008
 #define	OP_NET		0x010
 #define	OP_ALLDIRS	0x040
-#define OP_NORESPORT	0x080
-#define OP_NORESMNT	0x100
-#define OP_MASKLEN	0x200
+#define	OP_NORESPORT	0x080
+#define	OP_NORESMNT	0x100
+#define	OP_MASKLEN	0x200
 
 extern int opt_flags;
 extern int debug;

Reply via email to