Added rpm4 original port

This commit is contained in:
2024-10-11 11:20:25 +02:00
parent 7c770cfb90
commit 6265e3ee84
14 changed files with 510 additions and 0 deletions

View File

@ -0,0 +1,13 @@
--- tools/rpmuncompress.c.orig 2023-12-19 16:39:32 UTC
+++ tools/rpmuncompress.c
@@ -1,8 +1,10 @@
#include "system.h"
+#include <sys/wait.h>
#include <popt.h>
#include <libgen.h>
#include <errno.h>
+#include <libgen.h>
#include <stdio.h>
#include <string.h>