Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154842502
D38443.id116794.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
439 B
Referenced Files
None
Subscribers
None
D38443.id116794.diff
View Options
Index: crypto/openssh/config.h
===================================================================
--- crypto/openssh/config.h
+++ crypto/openssh/config.h
@@ -1941,7 +1941,11 @@
#define SIZEOF_SHORT_INT 2
/* The size of `time_t', as computed by sizeof. */
+#ifdef __i386__
+#define SIZEOF_TIME_T 4
+#else
#define SIZEOF_TIME_T 8
+#endif
/* Define as const if snprintf() can declare const char *fmt */
#define SNPRINTF_CONST const
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 30, 2:11 PM (6 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32522670
Default Alt Text
D38443.id116794.diff (439 B)
Attached To
Mode
D38443: ssh: fix SIZEOF_TIME_T #define on i386
Attached
Detach File
Event Timeline
Log In to Comment