Page MenuHomeFreeBSD

D38443.id116824.diff
No OneTemporary

D38443.id116824.diff

diff --git a/crypto/openssh/config.h b/crypto/openssh/config.h
--- a/crypto/openssh/config.h
+++ b/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

Mime Type
text/plain
Expires
Thu, Apr 30, 12:24 PM (2 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32511138
Default Alt Text
D38443.id116824.diff (408 B)

Event Timeline