patch-2.3.41 linux/fs/isofs/util.c
Next file: linux/fs/namei.c
Previous file: linux/fs/inode.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Thu Jan 27 12:51:43 2000
- Orig file:
v2.3.40/linux/fs/isofs/util.c
- Orig date:
Wed Jun 24 14:30:10 1998
diff -u --recursive --new-file v2.3.40/linux/fs/isofs/util.c linux/fs/isofs/util.c
@@ -114,7 +114,6 @@
crtime = 0;
} else {
int monlen[12] = {31,28,31,30,31,30,31,31,30,31,30,31};
- extern struct timezone sys_tz;
days = year * 365;
if (year > 2)
@@ -126,8 +125,6 @@
days += day - 1;
crtime = ((((days * 24) + hour) * 60 + minute) * 60)
+ second;
- if (sys_tz.tz_dsttime)
- crtime -= 3600;
/* sign extend */
if (tz & 0x80)
@@ -149,7 +146,7 @@
* NOTE: mkisofs in versions prior to mkisofs-1.10 had
* the sign wrong on the timezone offset. This has now
* been corrected there too, but if you are getting screwy
- * results this may be the explaination. If enough people
+ * results this may be the explanation. If enough people
* complain, a user configuration option could be added
* to add the timezone offset in with the wrong sign
* for 'compatibility' with older discs, but I cannot see how
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)