]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- kill warnings about calling function without prototype
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 13 Jan 2004 20:32:03 +0000 (20:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-missing-prototypes.patch -> 1.1

rpm-missing-prototypes.patch [new file with mode: 0644]

diff --git a/rpm-missing-prototypes.patch b/rpm-missing-prototypes.patch
new file mode 100644 (file)
index 0000000..a52dda1
--- /dev/null
@@ -0,0 +1,31 @@
+--- rpm-4.3/lib/rpmfi.c.orig   2004-01-12 09:39:32.000000000 +0000
++++ rpm-4.3/lib/rpmfi.c        2004-01-12 10:34:20.000000000 +0000
+@@ -13,6 +13,8 @@
+ #include "rpmds.h"
++#include "legacy.h"
++
+ #define       _RPMFI_INTERNAL
+ #include "rpmfi.h"
+--- rpm-4.3/lib/rpmrc.c.orig   2004-01-12 09:39:32.000000000 +0000
++++ rpm-4.3/lib/rpmrc.c        2004-01-12 10:54:42.000000000 +0000
+@@ -14,6 +14,7 @@
+ #define __power_pc() 0
+ #endif
++#include "rpmio_internal.h"
+ #include <rpmlib.h>
+ #include <rpmmacro.h>
+--- rpm-4.3/tools/convertdb1.c.orig    2004-01-04 02:13:09.000000000 +0000
++++ rpm-4.3/tools/convertdb1.c 2004-01-12 10:52:04.000000000 +0000
+@@ -10,6 +10,7 @@
+ #include <rpmdb.h>
+ #include <rpmio.h>
+ #include <rpmmacro.h>
++#include "legacy.h"
+ #define FA_MAGIC      0x02050920
This page took 0.095564 seconds and 4 git commands to generate.