Page MenuHomeFreeBSD

D22735.id65428.diff
No OneTemporary

D22735.id65428.diff

Index: include/time.h
===================================================================
--- include/time.h
+++ include/time.h
@@ -208,7 +208,7 @@
#endif
#if defined(__BSD_VISIBLE) || __ISO_C_VISIBLE >= 2011 || \
- (defined(cplusplus) && cplusplus >= 201703)
+ (defined(__cplusplus) && __cplusplus >= 201703)
#include <sys/_timespec.h>
/* ISO/IEC 9899:201x 7.27.2.5 The timespec_get function */
#define TIME_UTC 1 /* time elapsed since epoch */
Index: sys/sys/param.h
===================================================================
--- sys/sys/param.h
+++ sys/sys/param.h
@@ -60,7 +60,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1300063 /* Master, propagated to newvers */
+#define __FreeBSD_version 1300064 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,

File Metadata

Mime Type
text/plain
Expires
Sun, Jan 12, 4:50 AM (20 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15761352
Default Alt Text
D22735.id65428.diff (891 B)

Event Timeline