From 536adbdd5b5e44fcfbd5bce287080e678a48b678 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 30 Sep 2018 17:20:13 -0700 Subject: Remove ancient System() replacement for system(3c) on Solaris Signed-off-by: Alan Coopersmith --- xsm.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'xsm.h') diff --git a/xsm.h b/xsm.h index e952419..e780355 100644 --- a/xsm.h +++ b/xsm.h @@ -208,11 +208,6 @@ extern void nomem(void); #define Strstr strstr -#if defined(sun) && defined(SVR4) -extern int System(char *s); -#define system(s) System(s) -#endif - /* remote.c */ extern void remote_start(const char *restart_protocol, const char *restart_machine, -- cgit v1.2.3