1
0
Fork 0

Removing libc.patch, merged upstream.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-17 21:10:02 +01:00
parent d91c44b5bd
commit 63e33e62dc
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 0 additions and 26 deletions

View file

@ -1,25 +0,0 @@
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Adding missing libc headers for makedev definitions.
diff -Naurp tarlz.orig/create.cc tarlz/create.cc
--- tarlz.orig/create.cc
+++ tarlz/create.cc
@@ -26,6 +26,7 @@
#include <vector>
#include <stdint.h>
#include <unistd.h>
+#include <sys/sysmacros.h>
#include <sys/stat.h>
#include <ftw.h>
#include <grp.h>
diff -Naurp tarlz.orig/extract.cc tarlz/extract.cc
--- tarlz.orig/extract.cc
+++ tarlz/extract.cc
@@ -26,6 +26,7 @@
#include <stdint.h>
#include <unistd.h>
#include <utime.h>
+#include <sys/sysmacros.h>
#include <sys/stat.h>
#include <lzlib.h>

View file

@ -1,2 +1 @@
debian/0001-build.patch
debian/0002-libc.patch