Remove rexec declaration; it ran afoul of prototypes on Crays.

This commit is contained in:
Paul Eggert
2001-09-12 06:37:02 +00:00
parent f596d1be2e
commit 172dc3e72b

View File

@@ -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.