-static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.72 2004-08-18 10:24:38 hadaq Exp $";
+static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.73 2004-08-18 11:52:36 hadaq Exp $";
#define _POSIX_C_SOURCE 199309L
extern char *optarg;
int i;
- while ((i = getopt(argc, argv, "am:f:s:r:o:d:q:p:v:x:I:S:")) != -1) {
+ while ((i = getopt(argc, argv, "am:f:r:o:d:q:p:v:x:I:S:")) != -1) {
switch (i) {
case 'm':
my->nrOfMsgs = strtoul(optarg, NULL, 0);
case 'f':
strcpy(my->slowCtrlFiles[my->slowCtrlFileCnt++], optarg);
break;
- case 's':
- syslog(LOG_WARNING, "-s option obsolete, will be removed in a future version");
- break;
case 'o':
strcpy(my->outPath, optarg);
break;