Procházet zdrojové kódy

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

Paul Eggert před 23 roky
rodič
revize
172dc3e72b
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  1. 0 2
      src/rtapelib.c

+ 0 - 2
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.