Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/sys/fs/msdosfs Pullup rev 1.6 (requested by jdolecek in...
details: https://anonhg.NetBSD.org/src/rev/86aaef19c541
branches: netbsd-2-0
changeset: 560469:86aaef19c541
user: jmc <jmc%NetBSD.org@localhost>
date: Wed Apr 21 03:17:13 2004 +0000
description:
Pullup rev 1.6 (requested by jdolecek in ticket #160)
Properly version the msdosfs mount structure after addition
of gmt time offset support. PR#25226
diffstat:
sys/fs/msdosfs/msdosfsmount.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r 3adb32366a1b -r 86aaef19c541 sys/fs/msdosfs/msdosfsmount.h
--- a/sys/fs/msdosfs/msdosfsmount.h Wed Apr 21 03:15:44 2004 +0000
+++ b/sys/fs/msdosfs/msdosfsmount.h Wed Apr 21 03:17:13 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: msdosfsmount.h,v 1.5 2003/10/03 16:34:31 yamt Exp $ */
+/* $NetBSD: msdosfsmount.h,v 1.5.2.1 2004/04/21 03:17:13 jmc Exp $ */
/*-
* Copyright (C) 1994, 1995, 1997 Wolfgang Solfrank.
@@ -56,13 +56,13 @@
uid_t uid; /* uid that owns msdosfs files */
gid_t gid; /* gid that owns msdosfs files */
mode_t mask; /* mask to be applied for msdosfs perms */
- int gmtoff; /* offset from UTC in seconds */
int flags; /* see below */
/* Following items added after versioning support */
int version; /* version of the struct */
-#define MSDOSFSMNT_VERSION 2
+#define MSDOSFSMNT_VERSION 3
mode_t dirmask; /* v2: mask to be applied for msdosfs perms */
+ int gmtoff; /* v3: offset from UTC in seconds */
};
/*
Home |
Main Index |
Thread Index |
Old Index