|
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 t
Length: 911 (0x38f) Types: TextFile Names: »tar.c.patch«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─⟦this⟧ »EUUGD11/euug-87hel/sec3/rmtlib/tar.c.patch«
RCS file: RCS/tar.c,v retrieving revision 1.1 diff -c -r1.1 tar.c *** /tmp/,RCSt1011918 Thu Oct 9 16:44:38 1986 --- tar.c Thu Aug 7 16:00:55 1986 *************** *** 1,9 **** #ifndef lint ! static char *RCSid = "$Header: tar.c,v 1.1 86/08/07 15:52:50 root Exp $"; #endif /* * $Log: tar.c,v $ * Revision 1.1 86/08/07 15:52:50 root * Initial revision * --- 1,12 ---- #ifndef lint ! static char *RCSid = "$Header: tar.c,v 1.2 86/08/07 16:00:34 root Locked $"; #endif /* * $Log: tar.c,v $ + * Revision 1.2 86/08/07 16:00:34 root + * Added remote mag tape capability. ADR. + * * Revision 1.1 86/08/07 15:52:50 root * Initial revision * *************** *** 29,34 **** --- 32,38 ---- * Tape Archival Program */ #include <stdio.h> + #include <rmt.h> /* remote mag tape library */ #include <sys/param.h> #include <sys/stat.h> #include <sys/dir.h>