Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F170619867
D11364.id30078.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
506 B
Referenced Files
None
Subscribers
None
D11364.id30078.diff
View Options
Index: sys/compat/freebsd32/freebsd32.h
===================================================================
--- sys/compat/freebsd32/freebsd32.h
+++ sys/compat/freebsd32/freebsd32.h
@@ -43,9 +43,9 @@
do { (dst).fld = PTROUT((src).fld); } while (0)
/*
- * Being a newer port, 32-bit FreeBSD/MIPS uses 64-bit time_t.
+ * i386 is the only arch with a 32-bit time_t
*/
-#if defined (__mips__) || defined(__powerpc__)
+#if !defined(__amd64__)
typedef int64_t time32_t;
#else
typedef int32_t time32_t;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Sep 6, 4:28 PM (5 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38421617
Default Alt Text
D11364.id30078.diff (506 B)
Attached To
Mode
D11364: Fix a comment post-r320347
Attached
Detach File
Event Timeline
Log In to Comment