aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-fs/samba/files/add-missing_signal_h.patch')
-rw-r--r--net-fs/samba/files/add-missing_signal_h.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-fs/samba/files/add-missing_signal_h.patch b/net-fs/samba/files/add-missing_signal_h.patch
deleted file mode 100644
index b6ea71c7..00000000
--- a/net-fs/samba/files/add-missing_signal_h.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur samba-4.15.7.orig/source3/printing/samba-bgqd.c samba-4.15.7/source3/printing/samba-bgqd.c
---- samba-4.15.7.orig/source3/printing/samba-bgqd.c 2022-03-15 09:19:34.136201100 -0400
-+++ samba-4.15.7/source3/printing/samba-bgqd.c 2022-07-19 13:27:56.069779404 -0400
-@@ -15,6 +15,7 @@
- * along with this program; if not, see <http://www.gnu.org/licenses/>.
- */
-
-+#include <signal.h>
- #include "replace.h"
- #include "system/filesys.h"
- #include "lib/util/server_id.h"