hmm
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=528
This commit is contained in:
parent
5368e50679
commit
ea73343fda
@ -36,7 +36,7 @@
|
||||
backend/ndb/glue.c \
|
||||
--- ./lib/backend/bdb_ro.c.orig 2020-01-17 12:07:57.129945219 +0000
|
||||
+++ ./lib/backend/bdb_ro.c 2020-01-17 12:11:21.125440629 +0000
|
||||
@@ -0,0 +1,814 @@
|
||||
@@ -0,0 +1,819 @@
|
||||
+#include "system.h"
|
||||
+
|
||||
+#include <sys/types.h>
|
||||
@ -788,6 +788,11 @@
|
||||
+ return RPMRC_FAIL;
|
||||
+}
|
||||
+
|
||||
+static rpmRC bdbro_pkgdbDel(dbiIndex dbi, dbiCursor dbc, unsigned int hdrNum)
|
||||
+{
|
||||
+ return RPMRC_FAIL;
|
||||
+}
|
||||
+
|
||||
+static rpmRC bdbro_pkgdbNew(dbiIndex dbi, dbiCursor dbc, unsigned int *hdrNum)
|
||||
+{
|
||||
+ return RPMRC_FAIL;
|
||||
|
Loading…
Reference in New Issue
Block a user