mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
ChangeLog: https://sourceforge.net/projects/regina-rexx/files/regina-rexx/3.9.3/ PR: 252726 Submitted by: bob@eager.cx (maintainer) MFH: 2021Q1 (plenty of bugfixes)
11 lines
243 B
C
11 lines
243 B
C
--- regutil/regfilesys.c.orig 2019-10-06 06:19:40 UTC
|
|
+++ regutil/regfilesys.c
|
|
@@ -27,6 +27,8 @@
|
|
#endif
|
|
|
|
#include "regutil.h"
|
|
+
|
|
+#pragma clang diagnostic ignored "-Wpointer-sign"
|
|
#include <errno.h>
|
|
#ifdef __EMX__
|
|
# include <sys/types.h>
|