From 58aaec27050c17f90289181151f0f67648ff8392 Mon Sep 17 00:00:00 2001 From: Martin Schlemmer Date: Thu, 1 Dec 2005 09:46:17 +0000 Subject: Remove the SB_STATIC and including of getcwd.c, etc voodoo, as we new use a symbol map, and all non-exported symbols are local. Cleanup getcwd.c, as the generic getcwd for older 2.4 kernels do not work properly anyhow, and just makes things slower. Some other warning fixes. Signed-off-by: Martin Schlemmer --- localdecls.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'localdecls.h') diff --git a/localdecls.h b/localdecls.h index 512030c..ab6b8d7 100644 --- a/localdecls.h +++ b/localdecls.h @@ -40,12 +40,6 @@ # error PATH_MAX not defined! #endif -#ifndef OUTSIDE_LIBSANDBOX -# define SB_STATIC static -#else -# define SB_STATIC -#endif - #if !HAVE_DLVSYM # define dlvsym(_lib, _sym, _ver) dlsym(_lib, _sym) #endif -- cgit v1.2.3-65-gdbad