Michael Schröder 2020-01-17 12:55:50 +00:00 committed by Git OBS Bridge
parent 5368e50679
commit ea73343fda

View File

@ -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;