diff options
author | bp <bp@FreeBSD.org> | 2000-04-05 10:44:04 +0000 |
---|---|---|
committer | bp <bp@FreeBSD.org> | 2000-04-05 10:44:04 +0000 |
commit | 8ba252e4e1282bc7512da73cc01ec710a64f9759 (patch) | |
tree | 3b311ecbe4cd970eccd6758e923960f24f131e98 /sys/fs/nwfs/nwfs_mount.h | |
parent | c41aef9448b8ca86cc10997777a6e5a89bdb21a2 (diff) | |
download | FreeBSD-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/fs/nwfs/nwfs_mount.h')
-rw-r--r-- | sys/fs/nwfs/nwfs_mount.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/nwfs/nwfs_mount.h b/sys/fs/nwfs/nwfs_mount.h index 613e685..23274a7 100644 --- a/sys/fs/nwfs/nwfs_mount.h +++ b/sys/fs/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 |