X-Git-Url: https://git.distorted.org.uk/~mdw/sw-tools/blobdiff_plain/c629200be4128053bb2c1e73f1b337cf099c2411..9796a7877cd1e7f6908c678e71b8fea6045ba0e7:/src/sw_rsh.c diff --git a/src/sw_rsh.c b/src/sw_rsh.c index 8720551..45815f8 100644 --- a/src/sw_rsh.c +++ b/src/sw_rsh.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: sw_rsh.c,v 1.7 1999/09/24 13:16:22 mdw Exp $ + * $Id: sw_rsh.c,v 1.8 2004/04/08 01:52:19 mdw Exp $ * * Run remote commands * @@ -26,35 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: sw_rsh.c,v $ - * Revision 1.7 1999/09/24 13:16:22 mdw - * Fix typo in comment. - * - * Revision 1.6 1999/09/24 13:15:57 mdw - * Remove unnecessary assumptions about structure layouts. (The `pkhead' - * structure is no more.) - * - * Revision 1.5 1999/06/24 16:02:22 mdw - * Fix signal handling some more. - * - * Revision 1.4 1999/06/24 15:51:17 mdw - * Fix signal handlers so they don't corrupt `errno'. - * - * Revision 1.3 1999/06/18 18:58:54 mdw - * Signal handling fixes. - * - * Revision 1.2 1999/06/02 17:03:29 mdw - * Fix use of `octet' now that mLib includes `bits.h' (as of version 1.3.5 - * release). Also use the mLib load and store macros rather than doing it - * by hand. - * - * Revision 1.1.1.1 1999/06/02 16:53:34 mdw - * Initial import. - * - */ - /*----- Header files ------------------------------------------------------*/ #include "config.h"