From 20587fc4a6374d46dd53526475fb94da10a63cf6 Mon Sep 17 00:00:00 2001 From: hades Date: Mon, 22 May 2000 11:30:18 +0000 Subject: [PATCH] *** empty log message *** --- hadaq/ansiTapeLabel.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/hadaq/ansiTapeLabel.c b/hadaq/ansiTapeLabel.c index 31bbf54..bd037bf 100644 --- a/hadaq/ansiTapeLabel.c +++ b/hadaq/ansiTapeLabel.c @@ -55,16 +55,11 @@ int writeNewVolumeLabel(const char *volId, const char *ownerId, int tape) { char *vol, *oid; int stat; -#ifdef LINUX +#ifidef LINUX const char *impId = "LINUXHADAQ023"; #endif #ifdef UNIX const char *impId = "UNIXHADAQ0023"; -#endif -#ifndef LINUX -#ifndef UNIX - const char *impId = " HADAQ0023"; -#endif #endif vol = allocMem(80*sizeof(char)); -- 2.43.0