summaryrefslogtreecommitdiffstats
path: root/sys/nwfs/nwfs_mount.h
diff options
context:
space:
mode:
authorbp <bp@FreeBSD.org>2000-04-05 10:44:04 +0000
committerbp <bp@FreeBSD.org>2000-04-05 10:44:04 +0000
commit8ba252e4e1282bc7512da73cc01ec710a64f9759 (patch)
tree3b311ecbe4cd970eccd6758e923960f24f131e98 /sys/nwfs/nwfs_mount.h
parentc41aef9448b8ca86cc10997777a6e5a89bdb21a2 (diff)
downloadFreeBSD-src-8ba252e4e1282bc7512da73cc01ec710a64f9759.zip
FreeBSD-src-8ba252e4e1282bc7512da73cc01ec710a64f9759.tar.gz
Try to obtain timezone offset from an environment of mount program.
This helps in cases where CMOS clock set to UTC time.
Diffstat (limited to 'sys/nwfs/nwfs_mount.h')
-rw-r--r--sys/nwfs/nwfs_mount.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/nwfs/nwfs_mount.h b/sys/nwfs/nwfs_mount.h
index 613e685..23274a7 100644
--- a/sys/nwfs/nwfs_mount.h
+++ b/sys/nwfs/nwfs_mount.h
@@ -68,6 +68,7 @@ struct nwfs_args {
mode_t file_mode;
mode_t dir_mode;
struct ncp_nlstables nls;
+ int tz;
};
#ifdef _KERNEL
OpenPOWER on IntegriCloud