From: Chris Johns <chr...@rtems.org>

---
 freebsd/contrib/ptpd/src/dep/sys.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/freebsd/contrib/ptpd/src/dep/sys.c 
b/freebsd/contrib/ptpd/src/dep/sys.c
index bf459a62..b5831701 100644
--- a/freebsd/contrib/ptpd/src/dep/sys.c
+++ b/freebsd/contrib/ptpd/src/dep/sys.c
@@ -69,6 +69,10 @@
 #  include <net/if_ether.h>
 #endif
 
+#if !defined(GLOB_ABORTED)
+#define GLOB_ABORTED GLOB_ABEND
+#endif
+
 /* only C99 has the round function built-in */
 double round (double __x);
 
-- 
2.25.1

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to