Page MenuHomeFreeBSD

D50198.diff
No OneTemporary

D50198.diff

diff --git a/usr.sbin/makefs/msdos/msdosfs_vnops.c b/usr.sbin/makefs/msdos/msdosfs_vnops.c
--- a/usr.sbin/makefs/msdos/msdosfs_vnops.c
+++ b/usr.sbin/makefs/msdos/msdosfs_vnops.c
@@ -113,7 +113,7 @@
struct tm lt = {0};
t1 = tsp->tv_sec;
- localtime_r(&t1, &lt);
+ gmtime_r(&t1, &lt);
unsigned long fat_time = ((lt.tm_year - 80) << 25) |
((lt.tm_mon + 1) << 21) |

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 12, 5:49 AM (2 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31330065
Default Alt Text
D50198.diff (387 B)

Event Timeline