SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,15 @@
/usr/include/sys/param.h:190:1: warning: this is the location of the previous definition
Index: backend/xerox_mfp.h
--- backend/xerox_mfp.h.orig
+++ backend/xerox_mfp.h
@@ -21,7 +21,9 @@
#define UNUSED(x) x
#endif
+#ifndef MIN
#define MIN(a,b) (((a) < (b)) ? (a) : (b))
+#endif
#define UNCONST(ptr) ((void *)(long)(ptr))