|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T d
Length: 871 (0x367) Types: TextFile Names: »dd.c.patch«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─⟦this⟧ »EUUGD11/euug-87hel/sec3/rmtlib/dd.c.patch«
RCS file: RCS/dd.c,v retrieving revision 1.1 diff -c -r1.1 dd.c *** /tmp/,RCSt1011946 Thu Oct 9 16:44:54 1986 --- dd.c Thu Aug 7 15:55:33 1986 *************** *** 1,9 **** #ifndef lint ! static char *RCSid = "$Header: dd.c,v 1.1 86/08/07 15:52:39 root Exp $"; #endif /* * $Log: dd.c,v $ * Revision 1.1 86/08/07 15:52:39 root * Initial revision * --- 1,12 ---- #ifndef lint ! static char *RCSid = "$Header: dd.c,v 1.2 86/08/07 15:55:17 root Locked $"; #endif /* * $Log: dd.c,v $ + * Revision 1.2 86/08/07 15:55:17 root + * Added remote mag tape capability. ADR. + * * Revision 1.1 86/08/07 15:52:39 root * Initial revision * *************** *** 15,20 **** --- 18,24 ---- #include <stdio.h> #include <signal.h> + #include <rmt.h> /* remote mag tape library */ #define BIG 2147483647 #define LCASE 01