From c763c5d27112be055920c46f3be8d05bc8b669da Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 8 Oct 2014 15:36:12 -0700 Subject: BZ#17460: Fix buffer overrun in nscd --help. --- nscd/nscd_conf.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'nscd/nscd_conf.c') diff --git a/nscd/nscd_conf.c b/nscd/nscd_conf.c index 7856ed9b5a..c8e194d3e2 100644 --- a/nscd/nscd_conf.c +++ b/nscd/nscd_conf.c @@ -32,9 +32,6 @@ #include "dbg_log.h" #include "nscd.h" -/* Wrapper functions with error checking for standard functions. */ -extern char *xstrdup (const char *s); - /* Names of the databases. */ const char *const dbnames[lastdb] = -- cgit 1.4.1