summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2001-09-12 06:37:02 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2001-09-12 06:37:02 +0000
commit172dc3e72b5a2b11af420eb546024c3dc7f03deb (patch)
treeef4c4b179c2dd1db7666b3e4974dc6b21b6daa8d
parentf596d1be2e5d0526a012da06240c74e22eb5d51d (diff)
downloadtar-172dc3e72b5a2b11af420eb546024c3dc7f03deb.tar.gz
Remove rexec declaration; it ran afoul of prototypes on Crays.
-rw-r--r--src/rtapelib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rtapelib.c b/src/rtapelib.c
index 772f2085..ce141b41 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.