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,16 @@
XXX patch manually created with diff(1) to remove the CVS Id from the file.
errno.h header is required now that errno is a per-thread variable.
"undefined symbol 'errno'" at runtime with dlopen()'d modules.
Index: backend/sm3600-scanusb.c
--- backend/sm3600-scanusb.c.orig
+++ backend/sm3600-scanusb.c
@@ -47,6 +47,7 @@ Userspace scan tool for the Microtek 3600 scanner
====================================================================== */
+#include <errno.h>
#include "sm3600-scantool.h"
/* **********************************************************************