diff options
Diffstat (limited to 'src/appl/bsd')
-rw-r--r-- | src/appl/bsd/krcp.c | 4 | ||||
-rw-r--r-- | src/appl/bsd/krshd.c | 6 | ||||
-rw-r--r-- | src/appl/bsd/v4rcp.c | 4 |
3 files changed, 1 insertions, 13 deletions
diff --git a/src/appl/bsd/krcp.c b/src/appl/bsd/krcp.c index b6646f8cb8..a24dde0fb4 100644 --- a/src/appl/bsd/krcp.c +++ b/src/appl/bsd/krcp.c @@ -60,11 +60,7 @@ char copyright[] = #ifdef HAVE_VFORK_H #include <vfork.h> #endif -#ifdef HAVE_STDARG_H #include <stdarg.h> -#else -#include <varargs.h> -#endif #include <sys/wait.h> #ifdef KERBEROS diff --git a/src/appl/bsd/krshd.c b/src/appl/bsd/krshd.c index 7767976c46..5a9baa3797 100644 --- a/src/appl/bsd/krshd.c +++ b/src/appl/bsd/krshd.c @@ -119,12 +119,8 @@ char copyright[] = #include <sys/audit.h> #include <pwdadj.h> #endif -#ifdef HAVE_STDARG_H #include <stdarg.h> -#else -#include <varargs.h> -#endif - + #include <signal.h> #if !defined(KERBEROS) || !defined(KRB5_KRB4_COMPAT) /* Ultrix doesn't protect it vs multiple inclusion, and krb.h includes it */ diff --git a/src/appl/bsd/v4rcp.c b/src/appl/bsd/v4rcp.c index a339e5b23e..13b46233a4 100644 --- a/src/appl/bsd/v4rcp.c +++ b/src/appl/bsd/v4rcp.c @@ -73,11 +73,7 @@ static char sccsid[] = "@(#)rcp.c 5.10 (Berkeley) 9/20/88"; #include <netdb.h> #endif #include <errno.h> -#ifdef HAVE_STDARG_H #include <stdarg.h> -#else -#include <varargs.h> -#endif #include "port-sockets.h" |