summaryrefslogtreecommitdiff
path: root/rpmio
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2009-12-23 15:02:00 +0200
committerPanu Matilainen <pmatilai@redhat.com>2009-12-23 15:02:00 +0200
commit8209448f2457c880c6fb3a5e97c8080ce41c4323 (patch)
tree2af805d619ef3b468b64b94daf8176e80a0f1ccf /rpmio
parent7c62eb237f38846890a94622b7c7556340d8ae5a (diff)
downloadrpm-8209448f2457c880c6fb3a5e97c8080ce41c4323.tar.gz
rpm-8209448f2457c880c6fb3a5e97c8080ce41c4323.tar.bz2
rpm-8209448f2457c880c6fb3a5e97c8080ce41c4323.zip
Oops, update stubs.c too for the removed replacements
Diffstat (limited to 'rpmio')
-rw-r--r--rpmio/stubs.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/rpmio/stubs.c b/rpmio/stubs.c
index 9294d3af1..520c83269 100644
--- a/rpmio/stubs.c
+++ b/rpmio/stubs.c
@@ -42,34 +42,10 @@
#include "misc/stpncpy.c"
#endif
-#if !defined(HAVE_STRCSPN)
-#include "misc/strcspn.c"
-#endif
-
#if !defined(HAVE_STRSPN)
#include "misc/strdup.c"
#endif
-#if !defined(HAVE_STRERROR)
-#include "misc/error.c"
-#endif
-
-#if !defined(HAVE_STRTOL)
-#include "misc/strtol.c"
-#endif
-
-#if !defined(HAVE_STRTOUL)
-#include "misc/strtoul.c"
-#endif
-
-#if !defined(HAVE_STRSPN)
-#include "misc/strspn.c"
-#endif
-
-#if !defined(HAVE_STRSTR)
-#include "misc/strstr.c"
-#endif
-
#if defined(USE_GNU_GLOB)
#include "misc/fnmatch.h"
#include "misc/fnmatch.c"