From: hades Date: Mon, 22 May 2000 11:30:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=20587fc4a6374d46dd53526475fb94da10a63cf6;p=daqdata.git *** empty log message *** --- 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));