summaryrefslogtreecommitdiffstats
path: root/sys/fs/nwfs/nwfs_subr.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/nwfs/nwfs_subr.h')
-rw-r--r--sys/fs/nwfs/nwfs_subr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/fs/nwfs/nwfs_subr.h b/sys/fs/nwfs/nwfs_subr.h
index acec92c..b603c76 100644
--- a/sys/fs/nwfs/nwfs_subr.h
+++ b/sys/fs/nwfs/nwfs_subr.h
@@ -89,8 +89,8 @@ int ncp_get_volume_info_with_number(struct ncp_conn *conn,
int n, struct ncp_volume_info *target,
struct proc *p,struct ucred *cred);
-void ncp_unix2dostime __P((struct timespec *tsp, u_int16_t *ddp,
- u_int16_t *dtp, u_int8_t *dhp));
-void ncp_dos2unixtime __P((u_int dd, u_int dt, u_int dh, struct timespec *tsp));
+void ncp_unix2dostime (struct timespec *tsp, int tz, u_int16_t *ddp,
+ u_int16_t *dtp, u_int8_t *dhp);
+void ncp_dos2unixtime (u_int dd, u_int dt, u_int dh, int tz, struct timespec *tsp);
#endif /* !_NWFS_SUBR_H_ */
OpenPOWER on IntegriCloud