From 172dc3e72b5a2b11af420eb546024c3dc7f03deb Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 12 Sep 2001 06:37:02 +0000 Subject: [PATCH] Remove rexec declaration; it ran afoul of prototypes on Crays. --- src/rtapelib.c | 2 -- 1 file changed, 2 deletions(-) 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. -- 2.45.2