From: Paul Eggert Date: Wed, 12 Sep 2001 06:37:02 +0000 (+0000) Subject: Remove rexec declaration; it ran afoul of prototypes on Crays. X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=172dc3e72b5a2b11af420eb546024c3dc7f03deb;p=chaz%2Ftar Remove rexec declaration; it ran afoul of prototypes on Crays. --- diff --git a/src/rtapelib.c b/src/rtapelib.c index 772f208..ce141b4 100644 --- a/src/rtapelib.c +++ b/src/rtapelib.c @@ -251,8 +251,6 @@ get_status_off (int handle) #if WITH_REXEC -int rexec (); - /* Execute /etc/rmt as user USER on remote system HOST using rexec. Return a file descriptor of a bidirectional socket for stdin and stdout. If USER is zero, use the current username.