This is nlabel.h in view mode; [Download] [Up]
struct label {
int tapenumber;
int owner_uid;
int date;
char comment[1012];
}; /* label thus take 1024 bytes */
#define SIZEOFLABEL 1024
/* set this to the device name for your Exabyte Drive */
#define NEW_TAPE_DEVICE "/dev/rsmt0"
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.