Page MenuHomeFreeBSD

D22735.diff
No OneTemporary

D22735.diff

Index: head/include/time.h
===================================================================
--- head/include/time.h
+++ head/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: head/sys/sys/param.h
===================================================================
--- head/sys/sys/param.h
+++ head/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, 1:45 AM (20 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15759707
Default Alt Text
D22735.diff (921 B)

Event Timeline