home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / SoundAndMusic / cmix / tape.backup / nlabel.h < prev    next >
C/C++ Source or Header  |  1991-11-25  |  249b  |  10 lines

  1. struct label { 
  2.     int      tapenumber;
  3.     int       owner_uid;
  4.     int      date;
  5.     char      comment[1012];
  6. };  /* label thus take 1024 bytes */
  7. #define SIZEOFLABEL 1024
  8. /* set this to the device name for your Exabyte Drive */
  9. #define NEW_TAPE_DEVICE "/dev/rsmt0"
  10.