=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/parallel/dqs", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for dqs-3.3.2nb2 --- all --- UTIL/make_arcs make CC=cc -f Makefile myhostname = pkgsrc-upstream-trunk Making the directory ARCS /tmp/work/parallel/dqs/work/DQS3/ARCS Linking ../SRC SRC Linking ../UTIL UTIL /tmp/work/parallel/dqs/work/DQS3/ARCS/x86_64-pc-solaris2.11 --- all --- rm -f Makefile.c cp ../SRC/Makefile.proto Makefile.c echo "#define `../UTIL/config.guess 1`" | sed s/\\./_/g | sed s/-/_/g > Makefile.h config.guess: too many arguments Try `config.guess --help' for more information. cc -traditional -E Makefile.c | sed 's/ / /g' | sed 's/\/ /\//g' | sed 's/ \//\//g' | sed 's/ ( BIN_DIR )/(BIN_DIR)/g' > Makefile.typ In file included from Makefile.c:412: Makefile.h:1: error: no macro name given in '#define' directive 1 | #define --- dqs_ddes.o --- --- dqs_setup.o --- --- dqs_ddes.o --- cc -g -I/usr/openwin/include -I/usr/local/include -c ../SRC/dqs_ddes.c --- dqs_setup.o --- cc -g -I/usr/openwin/include -I/usr/local/include -c ../SRC/dqs_setup.c --- dqs_ddes.o --- ../SRC/dqs_ddes.c: In function 'deskey': ../SRC/dqs_ddes.c:37:6: warning: old-style function definition [-Wold-style-definition] 37 | void deskey(key, edf) | ^~~~~~ ../SRC/dqs_ddes.c: In function 'makekey': ../SRC/dqs_ddes.c:44:6: warning: old-style function definition [-Wold-style-definition] 44 | void makekey(aptr, kptr) | ^~~~~~~ ../SRC/dqs_ddes.c: In function 'des': ../SRC/dqs_ddes.c:51:6: warning: old-style function definition [-Wold-style-definition] 51 | void des(inblock, outblock) | ^~~ --- dqs_setup.o --- In file included from ../SRC/dqs_setup.c:285: ../SRC/def.h:885:24: error: conflicting types for 'readdir'; have 'struct dirent *(void)' 885 | struct dirent *readdir(); | ^~~~~~~ In file included from ../SRC/h.h:151, from ../SRC/dqs_setup.c:284: /usr/include/dirent.h:112:26: note: previous declaration of 'readdir' with type 'struct dirent *(DIR *)' 112 | extern struct dirent *readdir(DIR *); | ^~~~~~~ ../SRC/def.h:903:7: error: conflicting types for 'tempnam'; have 'char *(void)' 903 | char *tempnam(); | ^~~~~~~ In file included from ../SRC/h.h:118: /usr/include/stdio.h:326:18: note: previous declaration of 'tempnam' with type 'char *(const char *, const char *)' 326 | extern char *tempnam(const char *, const char *); | ^~~~~~~ --- dqs_wildmat.o --- --- dqs_setup.o --- ../SRC/dqs_setup.c: In function 'dqs_mini_setup': ../SRC/dqs_setup.c:293:6: warning: old-style function definition [-Wold-style-definition] 293 | void dqs_mini_setup(prog_name) | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:296:1: error: number of arguments doesn't match prototype 296 | { | ^ In file included from ../SRC/dqs_setup.c:288: ../SRC/func.h:21:6: error: prototype declaration 21 | void dqs_mini_setup (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:298:3: error: implicit declaration of function 'bzero' [-Wimplicit-function-declaration] 298 | bzero((char *)&me,sizeof(me)); | ^~~~~ ../SRC/dqs_setup.c:298:3: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] ../SRC/dqs_setup.c: In function 'dqs_setup': ../SRC/dqs_setup.c:357:6: warning: old-style function definition [-Wold-style-definition] 357 | void dqs_setup(dqs_formal_prog_name,qualified_prog_name) | ^~~~~~~~~ ../SRC/dqs_setup.c:361:1: error: number of arguments doesn't match prototype 361 | { | ^ ../SRC/func.h:26:6: error: prototype declaration 26 | void dqs_setup (); | ^~~~~~~~~ ../SRC/def.h:1123:7: error: too many arguments to function 'dqs_log'; expected 0, have 5 1123 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:366:3: note: in expansion of macro 'DENTER' 366 | DENTER((DQS_EVENT,"dqs_setup")); | ^~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:368:3: error: too many arguments to function 'dqs_getme'; expected 0, have 2 368 | dqs_getme(dqs_formal_prog_name,qualified_prog_name); | ^~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:31:6: note: declared here 31 | void dqs_getme (); | ^~~~~~~~~ ../SRC/dqs_setup.c:374:19: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 374 | me.default_cell=dqs_string_insert(me.default_cell,conf.default_cell); | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:375:6: error: too many arguments to function 'dqs_getenv'; expected 0, have 1 375 | cp=dqs_getenv("DQS_CELL"); | ^~~~~~~~~~ ~~~~~~~~~~ ../SRC/func.h:926:8: note: declared here 926 | char * dqs_getenv (); | ^~~~~~~~~~ --- dqs_wildmat.o --- cc -g -I/usr/openwin/include -I/usr/local/include -c ../SRC/dqs_wildmat.c --- dqs_setup.o --- ../SRC/dqs_setup.c:377:21: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 377 | me.default_cell=dqs_string_insert(me.default_cell,cp); | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:383:3: note: in expansion of macro 'DPRINTF' 383 | DPRINTF((DQS_EVENT,"***Resolver_head======================")); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:384:3: error: too many arguments to function 'dqs_showlist'; expected 0, have 3 384 | dqs_showlist(Resolver_head,DQS_DEBUG|DQS_STR0|DQS_STR1|DQS_STR2|DQS_STR3|DQS_CHAIN,8); | ^~~~~~~~~~~~ ~~~~~~~~~~~~~ ../SRC/func.h:661:6: note: declared here 661 | void dqs_showlist (); | ^~~~~~~~~~~~ ../SRC/def.h:1180:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1180 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:397:3: note: in expansion of macro 'DEXIT' 397 | DEXIT; | ^~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c: In function 'dqs_getme': ../SRC/dqs_setup.c:403:6: warning: old-style function definition [-Wold-style-definition] 403 | void dqs_getme(dqs_formal_prog_name,qualified_prog_name) | ^~~~~~~~~ ../SRC/dqs_setup.c:407:1: error: number of arguments doesn't match prototype 407 | { | ^ ../SRC/func.h:31:6: error: prototype declaration 31 | void dqs_getme (); | ^~~~~~~~~ ../SRC/def.h:1123:7: error: too many arguments to function 'dqs_log'; expected 0, have 5 1123 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:414:3: note: in expansion of macro 'DENTER' 414 | DENTER((DQS_EVENT,"dqs_getme")); | ^~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:420:27: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 420 | me.dqs_formal_prog_name=dqs_string_insert(me.dqs_formal_prog_name,prognames[me.who]); | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:422:3: note: in expansion of macro 'DQS_ASSERT' 422 | DQS_ASSERT((strlen(qualified_prog_name)h_name); | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:431:27: error: too many arguments to function 'dqs_dequalify_hostname'; expected 0, have 2 431 | me.unqualified_hostname=dqs_dequalify_hostname(me.unqualified_hostname,me.qualified_hostname); | ^~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:736:8: note: declared here 736 | char * dqs_dequalify_hostname (); | ^~~~~~~~~~~~~~~~~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:434:3: note: in expansion of macro 'DQS_ASSERT' 434 | DQS_ASSERT(((me.pid=getpid())>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:435:3: note: in expansion of macro 'DQS_ASSERT' 435 | DQS_ASSERT(((me.ppid=getppid())>=0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:774:17: error: too many arguments to function 'setpgrp'; expected 0, have 2 774 | #define SETPGRP setpgrp(0,getpid()) | ^~~~~~~ ~ ../SRC/dqs_setup.c:438:7: note: in expansion of macro 'SETPGRP' 438 | SETPGRP; | ^~~~~~~ In file included from ../SRC/h.h:206: /usr/include/unistd.h:514:14: note: declared here 514 | extern pid_t setpgrp(void); | ^~~~~~~ ../SRC/def.h:759:17: error: too many arguments to function 'getpgrp'; expected 0, have 1 759 | #define GETPGRP getpgrp(getpid()) | ^~~~~~~ ~~~~~~~~ ../SRC/def.h:1202:27: note: in definition of macro 'DQS_ASSERT' 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^ ../SRC/dqs_setup.c:440:24: note: in expansion of macro 'GETPGRP' 440 | DQS_ASSERT(((me.pgrp=GETPGRP)>=0)); | ^~~~~~~ /usr/include/unistd.h:387:14: note: declared here 387 | extern pid_t getpgrp(void); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:440:3: note: in expansion of macro 'DQS_ASSERT' 440 | DQS_ASSERT(((me.pgrp=GETPGRP)>=0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:441:3: note: in expansion of macro 'DQS_ASSERT' 441 | DQS_ASSERT(((me.uid=getuid())>=0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:442:3: note: in expansion of macro 'DQS_ASSERT' 442 | DQS_ASSERT(((me.euid=geteuid())>=0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:443:3: note: in expansion of macro 'DQS_ASSERT' 443 | DQS_ASSERT(((me.gid=getgid())>=0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:444:3: note: in expansion of macro 'DQS_ASSERT' 444 | DQS_ASSERT(((me.egid=getegid())>=0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:447:3: note: in expansion of macro 'DPRINTF' 447 | DPRINTF((DQS_EVENT,"supplementary group IDs are not supported")); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:472:3: note: in expansion of macro 'DQS_ASSERT' 472 | DQS_ASSERT(((paswd=(struct passwd *)getpwuid(me.uid))!=NULL)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:473:16: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 473 | me.user_name=dqs_string_insert(me.user_name,paswd->pw_name); | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:475:21: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 475 | me.default_cell=dqs_string_insert( (char *)NULL,DEFAULT_CELL); | ^~~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:479:6: error: too many arguments to function 'dqs_getenv'; expected 0, have 1 479 | cp=dqs_getenv("EDITOR"); | ^~~~~~~~~~ ~~~~~~~~ ../SRC/func.h:926:8: note: declared here 926 | char * dqs_getenv (); | ^~~~~~~~~~ ../SRC/dqs_setup.c:482:25: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 482 | me.default_editor=dqs_string_insert(me.default_editor,cp); | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:486:25: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 486 | me.default_editor=dqs_string_insert(me.default_editor,DEFAULT_EDITOR); | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/def.h:1180:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1180 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:507:3: note: in expansion of macro 'DEXIT' 507 | DEXIT; | ^~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c: In function 'dqs_show_me': ../SRC/def.h:1123:7: error: too many arguments to function 'dqs_log'; expected 0, have 5 1123 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:521:3: note: in expansion of macro 'DENTER' 521 | DENTER((DQS_EVENT,"dqs_show_me")); | ^~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:523:3: note: in expansion of macro 'DQS_ASSERT' 523 | DQS_ASSERT((me.who)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:524:3: note: in expansion of macro 'DPRINTF' 524 | DPRINTF((DQS_EVENT,"me.who\t\t\t\t>%d<",me.who)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:526:3: note: in expansion of macro 'DQS_ASSERT' 526 | DQS_ASSERT((me.dqs_formal_prog_name)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:527:3: note: in expansion of macro 'DPRINTF' 527 | DPRINTF((DQS_EVENT,"me.dqs_formal_prog_name\t\t>%s<",me.dqs_formal_prog_name)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:529:3: note: in expansion of macro 'DQS_ASSERT' 529 | DQS_ASSERT((me.qualified_prog_name)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:530:3: note: in expansion of macro 'DPRINTF' 530 | DPRINTF((DQS_EVENT,"me.qualified_prog_name\t\t>%s<",me.qualified_prog_name)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:532:3: note: in expansion of macro 'DQS_ASSERT' 532 | DQS_ASSERT((me.unqualified_prog_name)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:533:3: note: in expansion of macro 'DPRINTF' 533 | DPRINTF((DQS_EVENT,"me.unqualified_prog_name\t\t>%s<",me.unqualified_prog_name)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:535:3: note: in expansion of macro 'DQS_ASSERT' 535 | DQS_ASSERT((me.qualified_hostname)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:536:3: note: in expansion of macro 'DPRINTF' 536 | DPRINTF((DQS_EVENT,"me.qualified_hostname\t\t>%s<",me.qualified_hostname)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:538:3: note: in expansion of macro 'DQS_ASSERT' 538 | DQS_ASSERT((me.unqualified_hostname)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:539:3: note: in expansion of macro 'DPRINTF' 539 | DPRINTF((DQS_EVENT,"me.unqualified_hostname\t\t>%s<",me.unqualified_hostname)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:541:3: note: in expansion of macro 'DPRINTF' 541 | DPRINTF((DQS_EVENT,"me.pid\t\t\t\t>%d<",me.pid)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:542:3: note: in expansion of macro 'DPRINTF' 542 | DPRINTF((DQS_EVENT,"me.ppid\t\t\t\t>%d<",me.ppid)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:543:3: note: in expansion of macro 'DPRINTF' 543 | DPRINTF((DQS_EVENT,"me.pgrp\t\t\t\t>%d<",me.pgrp)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:544:3: note: in expansion of macro 'DPRINTF' 544 | DPRINTF((DQS_EVENT,"me.uid\t\t\t\t>%d<",me.uid)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:545:3: note: in expansion of macro 'DPRINTF' 545 | DPRINTF((DQS_EVENT,"me.euid\t\t\t\t>%d<",me.euid)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:546:3: note: in expansion of macro 'DPRINTF' 546 | DPRINTF((DQS_EVENT,"me.gid\t\t\t\t>%d<",me.gid)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:549:3: note: in expansion of macro 'DPRINTF' 549 | DPRINTF((DQS_EVENT,"supplementary group IDs are not supported")); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:558:3: note: in expansion of macro 'DPRINTF' 558 | DPRINTF((DQS_EVENT,"me.ngroups\t\t\t>%d<",me.ngroups)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:559:3: note: in expansion of macro 'DPRINTF' 559 | DPRINTF((DQS_EVENT,"me.daemonized\t\t\t>%d<",me.daemonized)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:562:3: note: in expansion of macro 'DQS_ASSERT' 562 | DQS_ASSERT((me.user_name)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:563:3: note: in expansion of macro 'DPRINTF' 563 | DPRINTF((DQS_EVENT,"me.user_name\t\t\t>%s<",me.user_name)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:565:3: note: in expansion of macro 'DPRINTF' 565 | DPRINTF((DQS_EVENT,"me.default_cell\t\t\t>%s<",me.default_cell)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:567:3: note: in expansion of macro 'DPRINTF' 567 | DPRINTF((DQS_EVENT,"me.arg_max\t\t\t>%u<",me.arg_max)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:568:3: note: in expansion of macro 'DPRINTF' 568 | DPRINTF((DQS_EVENT,"me.child_max\t\t\t>%u<",me.child_max)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:569:3: note: in expansion of macro 'DPRINTF' 569 | DPRINTF((DQS_EVENT,"me.clock_tick\t\t\t>%u<",me.clock_tick)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:570:3: note: in expansion of macro 'DPRINTF' 570 | DPRINTF((DQS_EVENT,"me.job_control\t\t\t>%u<",me.job_control)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:571:3: note: in expansion of macro 'DPRINTF' 571 | DPRINTF((DQS_EVENT,"me.ngroup_max\t\t\t>%u<",me.ngroup_max)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:572:3: note: in expansion of macro 'DPRINTF' 572 | DPRINTF((DQS_EVENT,"me.open_max\t\t\t>%u<",me.open_max)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:573:3: note: in expansion of macro 'DPRINTF' 573 | DPRINTF((DQS_EVENT,"me.saved_ids\t\t\t>%u<",me.saved_ids)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:574:3: note: in expansion of macro 'DPRINTF' 574 | DPRINTF((DQS_EVENT,"me.posix_version\t\t\t>%u<",me.posix_version)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:575:3: note: in expansion of macro 'DPRINTF' 575 | DPRINTF((DQS_EVENT,"me.pid_max\t\t\t>%u<",me.pid_max)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:576:3: note: in expansion of macro 'DPRINTF' 576 | DPRINTF((DQS_EVENT,"me.uid_max\t\t\t>%u<",me.uid_max)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1180:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1180 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:578:3: note: in expansion of macro 'DEXIT' 578 | DEXIT; | ^~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c: In function 'dqs_set_defined_defaults': ../SRC/def.h:1138:7: error: too many arguments to function 'dqs_log'; expected 0, have 5 1138 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:587:3: note: in expansion of macro 'DENTER_EXT' 587 | DENTER_EXT((DQS_EVENT,"dqs_set_defined_defaults")); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:589:26: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 589 | conf.qmaster_spool_dir=dqs_string_insert(conf.qmaster_spool_dir,QMASTER_SPOOL_DIR); | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:590:24: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 590 | conf.execd_spool_dir=dqs_string_insert(conf.execd_spool_dir,EXECD_SPOOL_DIR); | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:591:21: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 591 | conf.default_cell=dqs_string_insert(conf.default_cell,DEFAULT_CELL); | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:593:24: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 593 | conf.qmaster_service=dqs_string_insert(conf.qmaster_service,QMASTER_SERVICE); | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:594:26: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 594 | conf.dqs_execd_service=dqs_string_insert(conf.dqs_execd_service,DQS_EXECD_SERVICE); | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:595:26: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 595 | conf.intercell_service=dqs_string_insert(conf.intercell_service,INTERCELL_SERVICE); | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:596:13: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 596 | conf.klog=dqs_string_insert(conf.klog,KLOG); | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:598:15: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 598 | conf.mailer=dqs_string_insert(conf.mailer,MAILER); | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:599:16: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 599 | conf.dqs_bin=dqs_string_insert(conf.dqs_bin,DQS_BIN); | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:600:22: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 600 | conf.administrator=dqs_string_insert(conf.administrator,ADMINISTRATOR); | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:601:24: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 601 | conf.default_account=dqs_string_insert(conf.default_account,DEFAULT_ACCOUNT); | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/def.h:1180:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1180 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:623:3: note: in expansion of macro 'DEXIT' 623 | DEXIT; | ^~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c: In function 'dqs_show_conf': ../SRC/def.h:1123:7: error: too many arguments to function 'dqs_log'; expected 0, have 5 1123 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:632:3: note: in expansion of macro 'DENTER' 632 | DENTER((DQS_EVENT,"dqs_show_conf")); | ^~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:634:3: note: in expansion of macro 'DQS_ASSERT' 634 | DQS_ASSERT((conf.qmaster_spool_dir)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:635:3: note: in expansion of macro 'DPRINTF' 635 | DPRINTF((DQS_EVENT,"conf.qmaster_spool_dir >%s<",conf.qmaster_spool_dir)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:637:3: note: in expansion of macro 'DQS_ASSERT' 637 | DQS_ASSERT((conf.execd_spool_dir)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:638:3: note: in expansion of macro 'DPRINTF' 638 | DPRINTF((DQS_EVENT,"conf.execd_spool_dir >%s<",conf.execd_spool_dir)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:640:3: note: in expansion of macro 'DQS_ASSERT' 640 | DQS_ASSERT((conf.default_cell)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:641:3: note: in expansion of macro 'DPRINTF' 641 | DPRINTF((DQS_EVENT,"conf.default_cell >%s<",conf.default_cell)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:643:3: note: in expansion of macro 'DPRINTF' 643 | DPRINTF((DQS_EVENT,"conf.reserved_port >%s<",true_false[conf.reserved_port])); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:645:3: note: in expansion of macro 'DQS_ASSERT' 645 | DQS_ASSERT((conf.qmaster_service)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:646:3: note: in expansion of macro 'DPRINTF' 646 | DPRINTF((DQS_EVENT,"conf.qmaster_service >%s<",conf.qmaster_service)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:648:3: note: in expansion of macro 'DQS_ASSERT' 648 | DQS_ASSERT((conf.dqs_execd_service)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:649:3: note: in expansion of macro 'DPRINTF' 649 | DPRINTF((DQS_EVENT,"conf.dqs_execd_service >%s<",conf.dqs_execd_service)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:651:3: note: in expansion of macro 'DQS_ASSERT' 651 | DQS_ASSERT((conf.intercell_service)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:652:3: note: in expansion of macro 'DPRINTF' 652 | DPRINTF((DQS_EVENT,"conf.intercell_service >%s<",conf.intercell_service)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:654:3: note: in expansion of macro 'DQS_ASSERT' 654 | DQS_ASSERT((conf.klog)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:655:3: note: in expansion of macro 'DPRINTF' 655 | DPRINTF((DQS_EVENT,"conf.klog >%s<",conf.klog)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:657:3: note: in expansion of macro 'DPRINTF' 657 | DPRINTF((DQS_EVENT,"conf.reauth_time >%d<",conf.reauth_time)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:659:3: note: in expansion of macro 'DQS_ASSERT' 659 | DQS_ASSERT((conf.mailer)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:660:3: note: in expansion of macro 'DPRINTF' 660 | DPRINTF((DQS_EVENT,"conf.mailer >%s<",conf.mailer)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:662:3: note: in expansion of macro 'DQS_ASSERT' 662 | DQS_ASSERT((conf.dqs_bin)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:663:3: note: in expansion of macro 'DPRINTF' 663 | DPRINTF((DQS_EVENT,"conf.dqs_bin >%s<",conf.dqs_bin)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:665:3: note: in expansion of macro 'DQS_ASSERT' 665 | DQS_ASSERT((conf.administrator)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:666:3: note: in expansion of macro 'DPRINTF' 666 | DPRINTF((DQS_EVENT,"conf.administrator >%s<",conf.administrator)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:668:3: note: in expansion of macro 'DQS_ASSERT' 668 | DQS_ASSERT((conf.default_account)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:669:3: note: in expansion of macro 'DPRINTF' 669 | DPRINTF((DQS_EVENT,"conf.default_account >%s<",conf.default_account)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:671:3: note: in expansion of macro 'DPRINTF' 671 | DPRINTF((DQS_EVENT,"conf.min_gid >%u<",conf.min_gid)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:672:3: note: in expansion of macro 'DPRINTF' 672 | DPRINTF((DQS_EVENT,"conf.min_uid >%u<",conf.min_uid)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:673:3: note: in expansion of macro 'DPRINTF' 673 | DPRINTF((DQS_EVENT,"conf.maxujobs >%u<",conf.maxujobs)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:674:3: note: in expansion of macro 'DPRINTF' 674 | DPRINTF((DQS_EVENT,"conf.output_handling >%u<",conf.output_handling)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:675:3: note: in expansion of macro 'DPRINTF' 675 | DPRINTF((DQS_EVENT,"conf.user_access\t >%u<",conf.user_access)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:676:3: note: in expansion of macro 'DPRINTF' 676 | DPRINTF((DQS_EVENT,"conf.default_rerun >%u<",conf.default_rerun)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:677:3: note: in expansion of macro 'DPRINTF' 677 | DPRINTF((DQS_EVENT,"conf.sort_seq_no >%u<",conf.sort_seq_no)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:678:3: note: in expansion of macro 'DPRINTF' 678 | DPRINTF((DQS_EVENT,"conf.sync_io >%u<",conf.sync_io)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:679:3: note: in expansion of macro 'DPRINTF' 679 | DPRINTF((DQS_EVENT,"conf.loglevel >%u<",conf.loglevel)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:680:3: note: in expansion of macro 'DPRINTF' 680 | DPRINTF((DQS_EVENT,"conf.logfacility\t >%u<",conf.logfacility)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:681:3: note: in expansion of macro 'DPRINTF' 681 | DPRINTF((DQS_EVENT,"conf.load_log_time >%u<",conf.load_log_time)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:682:3: note: in expansion of macro 'DPRINTF' 682 | DPRINTF((DQS_EVENT,"conf.stat_log_time >%u<",conf.stat_log_time)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:683:3: note: in expansion of macro 'DPRINTF' 683 | DPRINTF((DQS_EVENT,"conf.schedule_time >%u<",conf.schedule_time)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:684:3: note: in expansion of macro 'DPRINTF' 684 | DPRINTF((DQS_EVENT,"conf.max_unheard\t >%u<",conf.max_unheard)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:685:3: note: in expansion of macro 'DPRINTF' 685 | DPRINTF((DQS_EVENT,"conf.logmail >%u<",conf.logmail)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:686:3: note: in expansion of macro 'DPRINTF' 686 | DPRINTF((DQS_EVENT,"conf.alarms >%u<",conf.alarms)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:687:3: note: in expansion of macro 'DPRINTF' 687 | DPRINTF((DQS_EVENT,"conf.alarmm >%u<",conf.alarmm)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:688:3: note: in expansion of macro 'DPRINTF' 688 | DPRINTF((DQS_EVENT,"conf.alarml >%u<",conf.alarml)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1180:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1180 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:690:3: note: in expansion of macro 'DEXIT' 690 | DEXIT; | ^~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c: In function 'dqs_read_in_conf_file': ../SRC/def.h:1138:7: error: too many arguments to function 'dqs_log'; expected 0, have 5 1138 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:706:3: note: in expansion of macro 'DENTER_EXT' 706 | DENTER_EXT((DQS_EVENT,"dqs_read_in_conf_file")); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:709:5: note: in expansion of macro 'DPRINTF' 709 | DPRINTF((DQS_EVENT,"STATIC_CONFIGURATION - do not attempt to read CONF_FILE")); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1180:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1180 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:710:5: note: in expansion of macro 'DEXIT' 710 | DEXIT; | ^~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:717:5: note: in expansion of macro 'DPRINTF' 717 | DPRINTF((DQS_EVENT,"%s not found - creating",CONF_FILE)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:718:5: error: too many arguments to function 'dqs_write_conf_file'; expected 0, have 2 718 | dqs_write_conf_file(FALSE,&conf); | ^~~~~~~~~~~~~~~~~~~ ../SRC/func.h:61:6: note: declared here 61 | void dqs_write_conf_file (); | ^~~~~~~~~~~~~~~~~~~ ../SRC/def.h:1078:31: error: too many arguments to function 'dqs_log'; expected 0, have 5 1078 | #define CRITICAL(x) sprintf x;dqs_log(LOG_CRIT,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__) | ^~~~~~~ ../SRC/dqs_setup.c:728:5: note: in expansion of macro 'CRITICAL' 728 | CRITICAL((DQS_EVENT,"DQS_ERROR_0472 %s could not be opened for reading",CONF_FILE)); | ^~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:733:12: error: too many arguments to function 'dqs_fgetstring'; expected 0, have 3 733 | status=dqs_fgetstring(fp,descriptor,sizeof(descriptor)); | ^~~~~~~~~~~~~~ ~~ ../SRC/func.h:746:5: note: declared here 746 | int dqs_fgetstring (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:736:12: error: too many arguments to function 'dqs_fgetstring'; expected 0, have 3 736 | status=dqs_fgetstring(fp,value,sizeof(value)); | ^~~~~~~~~~~~~~ ~~ ../SRC/func.h:746:5: note: declared here 746 | int dqs_fgetstring (); | ^~~~~~~~~~~~~~ ../SRC/def.h:1078:31: error: too many arguments to function 'dqs_log'; expected 0, have 5 1078 | #define CRITICAL(x) sprintf x;dqs_log(LOG_CRIT,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__) | ^~~~~~~ ../SRC/dqs_setup.c:738:7: note: in expansion of macro 'CRITICAL' 738 | CRITICAL((DQS_EVENT,"DQS_ERROR_0473 an error has been detected in the configuration file >%s<",CONF_FILE)); | ^~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:741:5: error: too many arguments to function 'dqs_update_qconf'; expected 0, have 2 741 | dqs_update_qconf(descriptor,value); | ^~~~~~~~~~~~~~~~ ~~~~~~~~~~ ../SRC/func.h:56:6: note: declared here 56 | void dqs_update_qconf (); | ^~~~~~~~~~~~~~~~ ../SRC/def.h:1180:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1180 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:746:3: note: in expansion of macro 'DEXIT' 746 | DEXIT; | ^~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c: In function 'dqs_update_qconf': ../SRC/dqs_setup.c:752:6: warning: old-style function definition [-Wold-style-definition] 752 | void dqs_update_qconf(descriptor,value) | ^~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:756:1: error: number of arguments doesn't match prototype 756 | { | ^ ../SRC/func.h:56:6: error: prototype declaration 56 | void dqs_update_qconf (); | ^~~~~~~~~~~~~~~~ ../SRC/def.h:1138:7: error: too many arguments to function 'dqs_log'; expected 0, have 5 1138 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:758:3: note: in expansion of macro 'DENTER_EXT' 758 | DENTER_EXT((DQS_EVENT,"dqs_update_qconf")); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:760:8: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 760 | if (!dqs_strcasecmp("qmaster_spool_dir",descriptor)) | ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:761:28: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 761 | conf.qmaster_spool_dir=dqs_string_insert(conf.qmaster_spool_dir,value); | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:762:13: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 762 | else if (!dqs_strcasecmp("execd_spool_dir",descriptor)) | ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:763:26: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 763 | conf.execd_spool_dir=dqs_string_insert(conf.execd_spool_dir,value); | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:764:13: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 764 | else if (!dqs_strcasecmp("default_cell",descriptor)) | ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:765:23: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 765 | conf.default_cell=dqs_string_insert(conf.default_cell,value); | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:766:13: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 766 | else if (!dqs_strcasecmp("qmaster_service",descriptor)) | ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:767:26: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 767 | conf.qmaster_service=dqs_string_insert(conf.qmaster_service,value); | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:768:13: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 768 | else if (!dqs_strcasecmp("dqs_execd_service",descriptor)) | ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:769:28: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 769 | conf.dqs_execd_service=dqs_string_insert(conf.dqs_execd_service,value); | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:770:13: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 770 | else if (!dqs_strcasecmp("intercell_service",descriptor)) | ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:771:28: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 771 | conf.intercell_service=dqs_string_insert(conf.intercell_service,value); | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:772:13: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 772 | else if (!dqs_strcasecmp("klog",descriptor)) | ^~~~~~~~~~~~~~ ~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:773:15: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 773 | conf.klog=dqs_string_insert(conf.klog,value); | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:774:13: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 774 | else if (!dqs_strcasecmp("mailer",descriptor)) | ^~~~~~~~~~~~~~ ~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:775:17: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 775 | conf.mailer=dqs_string_insert(conf.mailer,value); | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:776:13: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 776 | else if (!dqs_strcasecmp("dqs_bin",descriptor)) | ^~~~~~~~~~~~~~ ~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:777:18: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 777 | conf.dqs_bin=dqs_string_insert(conf.dqs_bin,value); | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:778:13: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 778 | else if (!dqs_strcasecmp("administrator",descriptor)) | ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:779:24: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 779 | conf.administrator=dqs_string_insert(conf.administrator,value); | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:780:13: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 780 | else if (!dqs_strcasecmp("default_account",descriptor)) | ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:781:26: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 781 | conf.default_account=dqs_string_insert(conf.default_account,value); | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:782:13: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 782 | else if (!dqs_strcasecmp("logmail",descriptor)) { | ^~~~~~~~~~~~~~ ~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:783:10: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 783 | if (!dqs_strcasecmp("true",value)) | ^~~~~~~~~~~~~~ ~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:785:15: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 785 | else if (!dqs_strcasecmp("false",value)) | ^~~~~~~~~~~~~~ ~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/def.h:1078:31: error: too many arguments to function 'dqs_log'; expected 0, have 5 1078 | #define CRITICAL(x) sprintf x;dqs_log(LOG_CRIT,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__) | ^~~~~~~ ../SRC/dqs_setup.c:788:7: note: in expansion of macro 'CRITICAL' 788 | CRITICAL((DQS_EVENT,"DQS_ERROR_0474 invalid configuration line \"%s\t\t%s",descriptor,value)); | ^~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1187:59: error: too many arguments to function 'dqs_log'; expected 0, have 5 1187 | sprintf(DQS_EVENT,"<-- %s() *** ERROR ***",DQS_FUNC);dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:789:7: note: in expansion of macro 'DEXITE' 789 | DEXITE; | ^~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:793:13: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 793 | else if (!dqs_strcasecmp("default_rerun",descriptor)) { | ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:794:10: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 794 | if (!dqs_strcasecmp("true",value)) | ^~~~~~~~~~~~~~ ~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:796:15: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 796 | else if (!dqs_strcasecmp("false",value)) | ^~~~~~~~~~~~~~ ~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/def.h:1078:31: error: too many arguments to function 'dqs_log'; expected 0, have 5 1078 | #define CRITICAL(x) sprintf x;dqs_log(LOG_CRIT,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__) | ^~~~~~~ ../SRC/dqs_setup.c:799:7: note: in expansion of macro 'CRITICAL' 799 | CRITICAL((DQS_EVENT,"DQS_ERROR_0475 invalid configuration line \"%s\t\t%s",descriptor,value)); | ^~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1187:59: error: too many arguments to function 'dqs_log'; expected 0, have 5 1187 | sprintf(DQS_EVENT,"<-- %s() *** ERROR ***",DQS_FUNC);dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:800:7: note: in expansion of macro 'DEXITE' 800 | DEXITE; | ^~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:804:13: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 804 | else if (!dqs_strcasecmp("default_sort_seq_no",descriptor)) { | ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:805:10: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 805 | if (!dqs_strcasecmp("true",value)) | ^~~~~~~~~~~~~~ ~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:807:15: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 807 | else if (!dqs_strcasecmp("false",value)) | ^~~~~~~~~~~~~~ ~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/def.h:1078:31: error: too many arguments to function 'dqs_log'; expected 0, have 5 1078 | #define CRITICAL(x) sprintf x;dqs_log(LOG_CRIT,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__) | ^~~~~~~ ../SRC/dqs_setup.c:810:7: note: in expansion of macro 'CRITICAL' 810 | CRITICAL((DQS_EVENT,"DQS_ERROR_0476 invalid configuration line \"%s\t\t%s",descriptor,value)); | ^~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1187:59: error: too many arguments to function 'dqs_log'; expected 0, have 5 1187 | sprintf(DQS_EVENT,"<-- %s() *** ERROR ***",DQS_FUNC);dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:811:7: note: in expansion of macro 'DEXITE' 811 | DEXITE; | ^~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:815:13: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 815 | else if (!dqs_strcasecmp("sync_io",descriptor)) { | ^~~~~~~~~~~~~~ ~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:816:10: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 816 | if (!dqs_strcasecmp("true",value)) | ^~~~~~~~~~~~~~ ~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:818:15: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 818 | else if (!dqs_strcasecmp("false",value)) | ^~~~~~~~~~~~~~ ~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/def.h:1078:31: error: too many arguments to function 'dqs_log'; expected 0, have 5 1078 | #define CRITICAL(x) sprintf x;dqs_log(LOG_CRIT,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__) | ^~~~~~~ ../SRC/dqs_setup.c:821:7: note: in expansion of macro 'CRITICAL' 821 | CRITICAL((DQS_EVENT,"DQS_ERROR_0477 invalid configuration line \"%s\t\t%s",descriptor,value)); | ^~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1187:59: error: too many arguments to function 'dqs_log'; expected 0, have 5 --- dqs_wildmat.o --- In file included from ../SRC/dqs_wildmat.c:6: ../SRC/def.h:885:24: error: conflicting types for 'readdir'; have 'struct dirent *(void)' 885 | struct dirent *readdir(); | ^~~~~~~ In file included from ../SRC/h.h:151, from ../SRC/dqs_wildmat.c:5: /usr/include/dirent.h:112:26: note: previous declaration of 'readdir' with type 'struct dirent *(DIR *)' 112 | extern struct dirent *readdir(DIR *); | ^~~~~~~ ../SRC/def.h:903:7: error: conflicting types for 'tempnam'; have 'char *(void)' 903 | char *tempnam(); | ^~~~~~~ In file included from ../SRC/h.h:118: /usr/include/stdio.h:326:18: note: previous declaration of 'tempnam' with type 'char *(const char *, const char *)' 326 | extern char *tempnam(const char *, const char *); | ^~~~~~~ --- dqs_setup.o --- 1187 | sprintf(DQS_EVENT,"<-- %s() *** ERROR ***",DQS_FUNC);dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:822:7: note: in expansion of macro 'DEXITE' 822 | DEXITE; | ^~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:826:13: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 826 | else if (!dqs_strcasecmp("reserved_port",descriptor)) { | ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:827:10: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 827 | if (!dqs_strcasecmp("true",value)) | ^~~~~~~~~~~~~~ ~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:829:15: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 829 | else if (!dqs_strcasecmp("false",value)) | ^~~~~~~~~~~~~~ ~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/def.h:1078:31: error: too many arguments to function 'dqs_log'; expected 0, have 5 1078 | #define CRITICAL(x) sprintf x;dqs_log(LOG_CRIT,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__) | ^~~~~~~ ../SRC/dqs_setup.c:832:7: note: in expansion of macro 'CRITICAL' 832 | CRITICAL((DQS_EVENT,"DQS_ERROR_0478 invalid configuration line \"%s\t\t%s",descriptor,value)); | ^~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1187:59: error: too many arguments to function 'dqs_log'; expected 0, have 5 1187 | sprintf(DQS_EVENT,"<-- %s() *** ERROR ***",DQS_FUNC);dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:833:7: note: in expansion of macro 'DEXITE' 833 | DEXITE; | ^~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:837:13: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 837 | else if (!dqs_strcasecmp("user_access",descriptor)) { | ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:838:10: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 838 | if (!dqs_strcasecmp("access_free",value)) | ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:840:15: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 840 | else if (!dqs_strcasecmp("access_open",value)) | ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:842:15: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 842 | else if (!dqs_strcasecmp("access_restricted",value)) | ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/def.h:1078:31: error: too many arguments to function 'dqs_log'; expected 0, have 5 1078 | #define CRITICAL(x) sprintf x;dqs_log(LOG_CRIT,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__) | ^~~~~~~ ../SRC/dqs_setup.c:845:7: note: in expansion of macro 'CRITICAL' 845 | CRITICAL((DQS_EVENT,"DQS_ERROR_0479 invalid configuration line \"%s\t\t%s",descriptor,value)); | ^~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1187:59: error: too many arguments to function 'dqs_log'; expected 0, have 5 1187 | sprintf(DQS_EVENT,"<-- %s() *** ERROR ***",DQS_FUNC);dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:846:7: note: in expansion of macro 'DEXITE' 846 | DEXITE; | ^~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:850:13: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 850 | else if (!dqs_strcasecmp("logfacility",descriptor)) { | ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:851:10: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 851 | if (!dqs_strcasecmp("log_via_syslog",value)) | ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:853:15: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 853 | else if (!dqs_strcasecmp("log_via_file",value)) | ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:855:15: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 855 | else if (!dqs_strcasecmp("log_via_combo",value)) | ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/def.h:1078:31: error: too many arguments to function 'dqs_log'; expected 0, have 5 1078 | #define CRITICAL(x) sprintf x;dqs_log(LOG_CRIT,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__) | ^~~~~~~ ../SRC/dqs_setup.c:858:7: note: in expansion of macro 'CRITICAL' 858 | CRITICAL((DQS_EVENT,"DQS_ERROR_0480 invalid configuration line \"%s\t\t%s",descriptor,value)); | ^~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1187:59: error: too many arguments to function 'dqs_log'; expected 0, have 5 1187 | sprintf(DQS_EVENT,"<-- %s() *** ERROR ***",DQS_FUNC);dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:859:7: note: in expansion of macro 'DEXITE' 859 | DEXITE; | ^~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:863:13: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 863 | else if (!dqs_strcasecmp("loglevel",descriptor)) { | ^~~~~~~~~~~~~~ ~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:864:10: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 864 | if (!dqs_strcasecmp("LOG_CRIT",value)) | ^~~~~~~~~~~~~~ ~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:866:15: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 866 | else if (!dqs_strcasecmp("LOG_ERR",value)) | ^~~~~~~~~~~~~~ ~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:868:15: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 868 | else if (!dqs_strcasecmp("LOG_WARNING",value)) | ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:870:15: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 870 | else if (!dqs_strcasecmp("LOG_NOTICE",value)) | ^~~~~~~~~~~~~~ ~~~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:872:15: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 872 | else if (!dqs_strcasecmp("LOG_INFO",value)) | ^~~~~~~~~~~~~~ ~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:874:15: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 874 | else if (!dqs_strcasecmp("LOG_DEBUG",value)) | ^~~~~~~~~~~~~~ ~~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:876:15: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 876 | else if (!dqs_strcasecmp("LOG_EXTDEBUG",value)) | ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/def.h:1078:31: error: too many arguments to function 'dqs_log'; expected 0, have 5 1078 | #define CRITICAL(x) sprintf x;dqs_log(LOG_CRIT,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__) | ^~~~~~~ ../SRC/dqs_setup.c:879:7: note: in expansion of macro 'CRITICAL' 879 | CRITICAL((DQS_EVENT,"DQS_ERROR_0481 invalid configuration line \"%s\t\t%s",descriptor,value)); | ^~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1187:59: error: too many arguments to function 'dqs_log'; expected 0, have 5 1187 | sprintf(DQS_EVENT,"<-- %s() *** ERROR ***",DQS_FUNC);dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:880:7: note: in expansion of macro 'DEXITE' 880 | DEXITE; | ^~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:884:13: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 884 | else if (!dqs_strcasecmp("min_gid",descriptor)) | ^~~~~~~~~~~~~~ ~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:885:18: error: too many arguments to function 'dqs_atoi'; expected 0, have 1 885 | conf.min_gid=dqs_atoi(value); | ^~~~~~~~ ~~~~~ ../SRC/func.h:791:5: note: declared here 791 | int dqs_atoi (); | ^~~~~~~~ ../SRC/dqs_setup.c:886:13: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 886 | else if (!dqs_strcasecmp("min_uid",descriptor)) | ^~~~~~~~~~~~~~ ~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:887:18: error: too many arguments to function 'dqs_atoi'; expected 0, have 1 887 | conf.min_uid=dqs_atoi(value); | ^~~~~~~~ ~~~~~ ../SRC/func.h:791:5: note: declared here 791 | int dqs_atoi (); | ^~~~~~~~ ../SRC/dqs_setup.c:888:13: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 888 | else if (!dqs_strcasecmp("maxujobs",descriptor)) | ^~~~~~~~~~~~~~ ~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:889:19: error: too many arguments to function 'dqs_atoi'; expected 0, have 1 889 | conf.maxujobs=dqs_atoi(value); | ^~~~~~~~ ~~~~~ ../SRC/func.h:791:5: note: declared here 791 | int dqs_atoi (); | ^~~~~~~~ ../SRC/dqs_setup.c:890:13: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 890 | else if (!dqs_strcasecmp("output_handling",descriptor)){ | ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:891:10: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 891 | if (!dqs_strcasecmp("link_output_files",value)) | ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:893:15: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 893 | else if (!dqs_strcasecmp("copy_output_files",value)) | ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:900:13: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 900 | else if (!dqs_strcasecmp("addon_script",descriptor)){ | ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:901:10: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 901 | if (!dqs_strcasecmp("NONE",value)) | ^~~~~~~~~~~~~~ ~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:903:29: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 903 | else conf.addon_script=dqs_string_insert(conf.addon_script,value); | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:905:13: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 905 | else if (!dqs_strcasecmp("addon_info",descriptor)){ | ^~~~~~~~~~~~~~ ~~~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:906:10: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 906 | if (!dqs_strcasecmp("none",value)) | ^~~~~~~~~~~~~~ ~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:908:27: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 908 | else conf.addon_info=dqs_string_insert(conf.addon_info,value); | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:910:13: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 910 | else if (!dqs_strcasecmp("load_log_time",descriptor)) | ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:911:24: error: too many arguments to function 'dqs_atoi'; expected 0, have 1 911 | conf.load_log_time=dqs_atoi(value); | ^~~~~~~~ ~~~~~ ../SRC/func.h:791:5: note: declared here 791 | int dqs_atoi (); | ^~~~~~~~ ../SRC/dqs_setup.c:912:13: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 912 | else if (!dqs_strcasecmp("schedule_time",descriptor)) | ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ --- dqs_wildmat.o --- ../SRC/dqs_wildmat.c: In function 'dqs_Star': ../SRC/dqs_wildmat.c:54:12: warning: old-style function definition [-Wold-style-definition] 54 | static int dqs_Star(text, p) | ^~~~~~~~ ../SRC/dqs_wildmat.c:65:11: error: too many arguments to function 'dqs_DoMatch'; expected 0, have 2 65 | ret = dqs_DoMatch(text++, p); | ^~~~~~~~~~~ ~~~~~~ In file included from ../SRC/dqs_wildmat.c:9: ../SRC/func.h:101:12: note: declared here 101 | static int dqs_DoMatch (); | ^~~~~~~~~~~ --- dqs_setup.o --- ../SRC/dqs_setup.c:913:24: error: too many arguments to function 'dqs_atoi'; expected 0, have 1 913 | conf.schedule_time=dqs_atoi(value); | ^~~~~~~~ ~~~~~ ../SRC/func.h:791:5: note: declared here 791 | int dqs_atoi (); | ^~~~~~~~ ../SRC/dqs_setup.c:914:13: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 914 | else if (!dqs_strcasecmp("stat_log_time",descriptor)) | ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:915:24: error: too many arguments to function 'dqs_atoi'; expected 0, have 1 915 | conf.stat_log_time=dqs_atoi(value); | ^~~~~~~~ ~~~~~ ../SRC/func.h:791:5: note: declared here 791 | int dqs_atoi (); | ^~~~~~~~ ../SRC/dqs_setup.c:916:13: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 916 | else if (!dqs_strcasecmp("max_unheard",descriptor)) | ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:917:22: error: too many arguments to function 'dqs_atoi'; expected 0, have 1 917 | conf.max_unheard=dqs_atoi(value); | ^~~~~~~~ ~~~~~ ../SRC/func.h:791:5: note: declared here 791 | int dqs_atoi (); | ^~~~~~~~ ../SRC/dqs_setup.c:918:13: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 918 | else if (!dqs_strcasecmp("alarms",descriptor)) | ^~~~~~~~~~~~~~ ~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:919:17: error: too many arguments to function 'dqs_atoi'; expected 0, have 1 919 | conf.alarms=dqs_atoi(value); | ^~~~~~~~ ~~~~~ ../SRC/func.h:791:5: note: declared here 791 | int dqs_atoi (); | ^~~~~~~~ ../SRC/dqs_setup.c:920:13: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 920 | else if (!dqs_strcasecmp("alarmm",descriptor)) | ^~~~~~~~~~~~~~ ~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:921:17: error: too many arguments to function 'dqs_atoi'; expected 0, have 1 921 | conf.alarmm=dqs_atoi(value); | ^~~~~~~~ ~~~~~ ../SRC/func.h:791:5: note: declared here 791 | int dqs_atoi (); | ^~~~~~~~ ../SRC/dqs_setup.c:922:13: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 922 | else if (!dqs_strcasecmp("alarml",descriptor)) | ^~~~~~~~~~~~~~ ~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:923:17: error: too many arguments to function 'dqs_atoi'; expected 0, have 1 923 | conf.alarml=dqs_atoi(value); | ^~~~~~~~ ~~~~~ ../SRC/func.h:791:5: note: declared here 791 | int dqs_atoi (); | ^~~~~~~~ ../SRC/dqs_setup.c:924:13: error: too many arguments to function 'dqs_strcasecmp'; expected 0, have 2 924 | else if (!dqs_strcasecmp("reauth_time",descriptor)) | ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~ ../SRC/func.h:751:5: note: declared here 751 | int dqs_strcasecmp (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:925:22: error: too many arguments to function 'dqs_atoi'; expected 0, have 1 925 | conf.reauth_time=dqs_atoi(value); | ^~~~~~~~ ~~~~~ ../SRC/func.h:791:5: note: declared here 791 | int dqs_atoi (); | ^~~~~~~~ ../SRC/def.h:1078:31: error: too many arguments to function 'dqs_log'; expected 0, have 5 1078 | #define CRITICAL(x) sprintf x;dqs_log(LOG_CRIT,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__) | ^~~~~~~ ../SRC/dqs_setup.c:927:5: note: in expansion of macro 'CRITICAL' 927 | CRITICAL((DQS_EVENT,"DQS_ERROR_0482 unknown descriptor \"%s\" in conf_file",descriptor)); | ^~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1187:59: error: too many arguments to function 'dqs_log'; expected 0, have 5 1187 | sprintf(DQS_EVENT,"<-- %s() *** ERROR ***",DQS_FUNC);dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:928:5: note: in expansion of macro 'DEXITE' 928 | DEXITE; | ^~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1180:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1180 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:932:3: note: in expansion of macro 'DEXIT' 932 | DEXIT; | ^~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c: In function 'dqs_write_conf_file': ../SRC/dqs_setup.c:938:6: warning: old-style function definition [-Wold-style-definition] 938 | void dqs_write_conf_file(write_2_stdout,mconf) | ^~~~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:942:1: error: number of arguments doesn't match prototype 942 | { | ^ ../SRC/func.h:61:6: error: prototype declaration 61 | void dqs_write_conf_file (); | ^~~~~~~~~~~~~~~~~~~ ../SRC/def.h:1138:7: error: too many arguments to function 'dqs_log'; expected 0, have 5 1138 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:950:3: note: in expansion of macro 'DENTER_EXT' 950 | DENTER_EXT((DQS_EVENT,"dqs_write_conf_file")); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:959:9: note: in expansion of macro 'DPRINTF' 959 | DPRINTF((DQS_EVENT,"STATIC_CONFIGURATION - do not attempt to write CONF_FILE")); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1180:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1180 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:960:9: note: in expansion of macro 'DEXIT' 960 | DEXIT; | ^~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1078:31: error: too many arguments to function 'dqs_log'; expected 0, have 5 1078 | #define CRITICAL(x) sprintf x;dqs_log(LOG_CRIT,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__) | ^~~~~~~ ../SRC/dqs_setup.c:969:9: note: in expansion of macro 'CRITICAL' 969 | CRITICAL((DQS_EVENT,"DQS_ERROR_0483 could not open >%s< for writing",CONF_FILE)); | ^~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:975:3: note: in expansion of macro 'DQS_ASSERT' 975 | DQS_ASSERT((fprintf(fp,"QMASTER_SPOOL_DIR %s\n",mconf->qmaster_spool_dir)>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:976:3: note: in expansion of macro 'DQS_ASSERT' 976 | DQS_ASSERT((fprintf(fp,"EXECD_SPOOL_DIR %s\n",mconf->execd_spool_dir)>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:977:3: note: in expansion of macro 'DQS_ASSERT' 977 | DQS_ASSERT((fprintf(fp,"DEFAULT_CELL %s\n",mconf->default_cell)>0)); --- dqs_wildmat.o --- ../SRC/dqs_wildmat.c: In function 'dqs_DoMatch': ../SRC/dqs_wildmat.c:72:12: warning: old-style function definition [-Wold-style-definition] 72 | static int dqs_DoMatch(text, p) | ^~~~~~~~~~~ ../SRC/dqs_wildmat.c:101:21: error: too many arguments to function 'dqs_Star'; expected 0, have 2 101 | return *++p ? dqs_Star(text, p) : TRUE; | ^~~~~~~~ ~~~~ ../SRC/dqs_wildmat.c:54:12: note: declared here 54 | static int dqs_Star(text, p) | ^~~~~~~~ ../SRC/dqs_wildmat.c: In function 'dqs_wildmat': ../SRC/dqs_wildmat.c:120:5: warning: old-style function definition [-Wold-style-definition] 120 | int dqs_wildmat(p,text) | ^~~~~~~~~~~ ../SRC/dqs_wildmat.c:127:1: error: number of arguments doesn't match prototype 127 | { | ^ ../SRC/func.h:106:5: error: prototype declaration 106 | int dqs_wildmat (); | ^~~~~~~~~~~ ../SRC/dqs_wildmat.c:128:10: error: too many arguments to function 'dqs_DoMatch'; expected 0, have 2 --- dqs_setup.o --- | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:978:3: note: in expansion of macro 'DQS_ASSERT' 978 | DQS_ASSERT((fprintf(fp,"RESERVED_PORT %s\n",true_false[mconf->reserved_port])>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ --- dqs_wildmat.o --- 128 | return dqs_DoMatch(text, p) == TRUE; | ^~~~~~~~~~~ ~~~~ ../SRC/dqs_wildmat.c:72:12: note: declared here 72 | static int dqs_DoMatch(text, p) | ^~~~~~~~~~~ --- dqs_setup.o --- ../SRC/dqs_setup.c:979:3: note: in expansion of macro 'DQS_ASSERT' 979 | DQS_ASSERT((fprintf(fp,"QMASTER_SERVICE %s\n",mconf->qmaster_service)>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:980:3: note: in expansion of macro 'DQS_ASSERT' 980 | DQS_ASSERT((fprintf(fp,"DQS_EXECD_SERVICE %s\n",mconf->dqs_execd_service)>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:981:3: note: in expansion of macro 'DQS_ASSERT' 981 | DQS_ASSERT((fprintf(fp,"INTERCELL_SERVICE %s\n",mconf->intercell_service)>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:982:3: note: in expansion of macro 'DQS_ASSERT' 982 | DQS_ASSERT((fprintf(fp,"KLOG %s\n",mconf->klog)>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:983:3: note: in expansion of macro 'DQS_ASSERT' 983 | DQS_ASSERT((fprintf(fp,"REAUTH_TIME %d\n",mconf->reauth_time)>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:984:3: note: in expansion of macro 'DQS_ASSERT' 984 | DQS_ASSERT((fprintf(fp,"MAILER %s\n",mconf->mailer)>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:985:3: note: in expansion of macro 'DQS_ASSERT' 985 | DQS_ASSERT((fprintf(fp,"DQS_BIN %s\n",mconf->dqs_bin)>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:986:3: note: in expansion of macro 'DQS_ASSERT' 986 | DQS_ASSERT((fprintf(fp,"ADMINISTRATOR %s\n",mconf->administrator)>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:987:3: note: in expansion of macro 'DQS_ASSERT' 987 | DQS_ASSERT((fprintf(fp,"DEFAULT_ACCOUNT %s\n",mconf->default_account)>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:990:5: note: in expansion of macro 'DQS_ASSERT' 990 | DQS_ASSERT((fprintf(fp,"LOGMAIL TRUE\n")>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:993:5: note: in expansion of macro 'DQS_ASSERT' 993 | DQS_ASSERT((fprintf(fp,"LOGMAIL FALSE\n")>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:998:5: note: in expansion of macro 'DQS_ASSERT' 998 | DQS_ASSERT((fprintf(fp,"DEFAULT_RERUN TRUE\n")>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:1001:5: note: in expansion of macro 'DQS_ASSERT' 1001 | DQS_ASSERT((fprintf(fp,"DEFAULT_RERUN FALSE\n")>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:1005:5: note: in expansion of macro 'DQS_ASSERT' 1005 | DQS_ASSERT((fprintf(fp,"DEFAULT_SORT_SEQ_NO TRUE\n")>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:1008:5: note: in expansion of macro 'DQS_ASSERT' 1008 | DQS_ASSERT((fprintf(fp,"DEFAULT_SORT_SEQ_NO FALSE\n")>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:1012:5: note: in expansion of macro 'DQS_ASSERT' 1012 | DQS_ASSERT((fprintf(fp,"SYNC_IO TRUE\n")>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:1015:5: note: in expansion of macro 'DQS_ASSERT' 1015 | DQS_ASSERT((fprintf(fp,"SYNC_IO FALSE\n")>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:1020:5: note: in expansion of macro 'DQS_ASSERT' 1020 | DQS_ASSERT((fprintf(fp,"USER_ACCESS ACCESS_FREE\n")>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:1023:5: note: in expansion of macro 'DQS_ASSERT' 1023 | DQS_ASSERT((fprintf(fp,"USER_ACCESS ACCESS_OPEN\n")>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:1026:5: note: in expansion of macro 'DQS_ASSERT' 1026 | DQS_ASSERT((fprintf(fp,"USER_ACCESS ACCESS_RESTRICTED\n")>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:1030:5: note: in expansion of macro 'DQS_ASSERT' 1030 | DQS_ASSERT((fprintf(fp,"LOGFACILITY LOG_VIA_SYSLOG\n")>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:1033:5: note: in expansion of macro 'DQS_ASSERT' 1033 | DQS_ASSERT((fprintf(fp,"LOGFACILITY LOG_VIA_FILE\n")>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:1036:5: note: in expansion of macro 'DQS_ASSERT' 1036 | DQS_ASSERT((fprintf(fp,"LOGFACILITY LOG_VIA_COMBO\n")>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:1039:3: note: in expansion of macro 'DQS_ASSERT' 1039 | DQS_ASSERT(((mconf->loglevel>=LOG_CRIT)&&mconf->loglevel<=LOG_EXTDEBUG)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:1040:3: note: in expansion of macro 'DQS_ASSERT' 1040 | DQS_ASSERT((fprintf(fp,"LOGLEVEL %s\n", | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:1043:3: note: in expansion of macro 'DQS_ASSERT' 1043 | DQS_ASSERT((fprintf(fp,"MIN_GID %u\n",mconf->min_gid)>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:1044:3: note: in expansion of macro 'DQS_ASSERT' 1044 | DQS_ASSERT((fprintf(fp,"MIN_UID %u\n",mconf->min_uid)>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:1045:3: note: in expansion of macro 'DQS_ASSERT' 1045 | DQS_ASSERT((fprintf(fp,"MAXUJOBS %u\n",mconf->maxujobs)>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:1047:5: note: in expansion of macro 'DQS_ASSERT' 1047 | DQS_ASSERT((fprintf(fp,"OUTPUT_HANDLING LEAVE_OUTPUT_FILES\n")>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:1050:5: note: in expansion of macro 'DQS_ASSERT' 1050 | DQS_ASSERT((fprintf(fp,"OUTPUT_HANDLING COPY_OUTPUT_FILES\n")>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:1053:5: note: in expansion of macro 'DQS_ASSERT' 1053 | DQS_ASSERT((fprintf(fp,"OUTPUT_HANDLING LINK_OUTPUT_FILES\n")>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:1057:5: note: in expansion of macro 'DQS_ASSERT' 1057 | DQS_ASSERT((fprintf(fp,"ADDON_SCRIPT NONE\n")>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:1059:10: note: in expansion of macro 'DQS_ASSERT' 1059 | else DQS_ASSERT((fprintf(fp,"ADDON_SCRIPT %s\n",mconf->addon_script)>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:1062:5: note: in expansion of macro 'DQS_ASSERT' 1062 | DQS_ASSERT((fprintf(fp,"ADDON_INFO NONE\n")>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:1065:10: note: in expansion of macro 'DQS_ASSERT' 1065 | else DQS_ASSERT((fprintf(fp,"ADDON_INFO %s\n",mconf->addon_info)>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:1067:3: note: in expansion of macro 'DQS_ASSERT' 1067 | DQS_ASSERT((fprintf(fp,"LOAD_LOG_TIME %u\n",mconf->load_log_time)>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:1068:3: note: in expansion of macro 'DQS_ASSERT' 1068 | DQS_ASSERT((fprintf(fp,"STAT_LOG_TIME %u\n",mconf->stat_log_time)>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:1069:3: note: in expansion of macro 'DQS_ASSERT' 1069 | DQS_ASSERT((fprintf(fp,"SCHEDULE_TIME %u\n",mconf->schedule_time)>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:1070:3: note: in expansion of macro 'DQS_ASSERT' 1070 | DQS_ASSERT((fprintf(fp,"MAX_UNHEARD %u\n",mconf->max_unheard)>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:1071:3: note: in expansion of macro 'DQS_ASSERT' 1071 | DQS_ASSERT((fprintf(fp,"ALARMS %u\n",mconf->alarms)>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:1072:3: note: in expansion of macro 'DQS_ASSERT' 1072 | DQS_ASSERT((fprintf(fp,"ALARMM %u\n",mconf->alarmm)>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1202:37: error: too many arguments to function 'dqs_log'; expected 0, have 5 1202 | #define DQS_ASSERT(x) if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();} | ^~~~~~~ ../SRC/dqs_setup.c:1073:3: note: in expansion of macro 'DQS_ASSERT' 1073 | DQS_ASSERT((fprintf(fp,"ALARML %u\n",mconf->alarml)>0)); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1180:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1180 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1076:3: note: in expansion of macro 'DEXIT' 1076 | DEXIT; | ^~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c: In function 'dqs_setup_qmaster': ../SRC/def.h:1123:7: error: too many arguments to function 'dqs_log'; expected 0, have 5 1123 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1093:3: note: in expansion of macro 'DENTER' 1093 | DENTER((DQS_EVENT,"dqs_setup_qmaster")); | ^~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1096:3: note: in expansion of macro 'DPRINTF' 1096 | DPRINTF((DQS_EVENT,"chdir(\"/\")----------------------------")); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1097:3: error: too many arguments to function 'dqs_chdir'; expected 0, have 1 1097 | dqs_chdir("/"); | ^~~~~~~~~ ~~~ ../SRC/func.h:81:6: note: declared here 81 | void dqs_chdir (); | ^~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1098:3: note: in expansion of macro 'DPRINTF' 1098 | DPRINTF((DQS_EVENT,"Making directories----------------------------")); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1099:3: error: too many arguments to function 'dqs_mkdir'; expected 0, have 4 1099 | dqs_mkdir(conf.qmaster_spool_dir,me.uid,me.gid,0755); | ^~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:86:6: note: declared here 86 | void dqs_mkdir (); | ^~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1100:3: note: in expansion of macro 'DPRINTF' 1100 | DPRINTF((DQS_EVENT,"chdir(\"%s\")----------------------------",conf.qmaster_spool_dir)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1101:3: error: too many arguments to function 'dqs_chdir'; expected 0, have 1 1101 | dqs_chdir(conf.qmaster_spool_dir); | ^~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:81:6: note: declared here 81 | void dqs_chdir (); | ^~~~~~~~~ ../SRC/dqs_setup.c:1102:3: error: too many arguments to function 'dqs_mkdir'; expected 0, have 4 1102 | dqs_mkdir("qmaster",me.uid,me.gid,0755); | ^~~~~~~~~ ~~~~~~~~~ ../SRC/func.h:86:6: note: declared here 86 | void dqs_mkdir (); | ^~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1103:3: note: in expansion of macro 'DPRINTF' 1103 | DPRINTF((DQS_EVENT,"chdir(\"qmaster\")----------------------------")); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1104:3: error: too many arguments to function 'dqs_chdir'; expected 0, have 1 1104 | dqs_chdir("qmaster"); | ^~~~~~~~~ ~~~~~~~~~ ../SRC/func.h:81:6: note: declared here 81 | void dqs_chdir (); | ^~~~~~~~~ ../SRC/dqs_setup.c:1105:3: error: too many arguments to function 'dqs_mkdir'; expected 0, have 4 1105 | dqs_mkdir(me.unqualified_hostname,me.uid,me.gid,0755); | ^~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:86:6: note: declared here 86 | void dqs_mkdir (); | ^~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1106:3: note: in expansion of macro 'DPRINTF' 1106 | DPRINTF((DQS_EVENT,"chdir(\"%s\",me.unqualified_hostname)----------------------------", | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1108:3: error: too many arguments to function 'dqs_chdir'; expected 0, have 1 1108 | dqs_chdir(me.unqualified_hostname); | ^~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:81:6: note: declared here 81 | void dqs_chdir (); | ^~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1109:3: note: in expansion of macro 'DPRINTF' 1109 | DPRINTF((DQS_EVENT,"Making directories----------------------------")); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1110:3: error: too many arguments to function 'dqs_mkdir'; expected 0, have 4 1110 | dqs_mkdir(COMMON_DIR,me.uid,me.gid,0755); | ^~~~~~~~~ ../SRC/func.h:86:6: note: declared here 86 | void dqs_mkdir (); | ^~~~~~~~~ ../SRC/dqs_setup.c:1111:3: error: too many arguments to function 'dqs_mkdir'; expected 0, have 4 1111 | dqs_mkdir(JOB_DIR,me.uid,me.gid,0755); | ^~~~~~~~~ ../SRC/func.h:86:6: note: declared here 86 | void dqs_mkdir (); | ^~~~~~~~~ ../SRC/dqs_setup.c:1112:3: error: too many arguments to function 'dqs_mkdir'; expected 0, have 4 1112 | dqs_mkdir(QUEUE_DIR,me.uid,me.gid,0755); | ^~~~~~~~~ ../SRC/func.h:86:6: note: declared here 86 | void dqs_mkdir (); | ^~~~~~~~~ ../SRC/dqs_setup.c:1113:3: error: too many arguments to function 'dqs_mkdir'; expected 0, have 4 1113 | dqs_mkdir(TID_DIR,me.uid,me.gid,0755); | ^~~~~~~~~ ../SRC/func.h:86:6: note: declared here 86 | void dqs_mkdir (); | ^~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1116:3: note: in expansion of macro 'DPRINTF' 1116 | DPRINTF((DQS_EVENT,"Acl_head----------------------------")); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1117:12: error: too many arguments to function 'dqs_read_list_from_disk'; expected 0, have 2 1117 | Acl_head=dqs_read_list_from_disk(NULL,ACL_FILE); | ^~~~~~~~~~~~~~~~~~~~~~~ ~~~~ ../SRC/func.h:706:17: note: declared here 706 | dqs_list_type * dqs_read_list_from_disk (); | ^~~~~~~~~~~~~~~~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1120:7: note: in expansion of macro 'DPRINTF' 1120 | DPRINTF((DQS_EVENT,"%s not found",ACL_FILE)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1126:7: error: too many arguments to function 'dqs_hash_add'; expected 0, have 2 1126 | dqs_hash_add(tmp->str0,Acl_hash); | ^~~~~~~~~~~~ ~~~~~~~~~ ../SRC/func.h:1026:5: note: declared here 1026 | int dqs_hash_add (); | ^~~~~~~~~~~~ ../SRC/dqs_setup.c:1129:3: error: too many arguments to function 'dqs_showlist'; expected 0, have 3 1129 | dqs_showlist(Acl_head,DQS_DEBUG|DQS_STR1|DQS_STR2,4); | ^~~~~~~~~~~~ ~~~~~~~~ ../SRC/func.h:661:6: note: declared here 661 | void dqs_showlist (); | ^~~~~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1132:3: note: in expansion of macro 'DPRINTF' 1132 | DPRINTF((DQS_EVENT,"Complex_head----------------------------")); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1133:7: error: too many arguments to function 'dqs_read_list_from_disk'; expected 0, have 2 1133 | tmp=dqs_read_list_from_disk(NULL,COMPLEX_FILE); | ^~~~~~~~~~~~~~~~~~~~~~~ ~~~~ ../SRC/func.h:706:17: note: declared here 706 | dqs_list_type * dqs_read_list_from_disk (); | ^~~~~~~~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1137:7: error: too many arguments to function 'dqs_add_complex'; expected 0, have 1 1137 | dqs_add_complex(tmp); | ^~~~~~~~~~~~~~~ ~~~ ../SRC/func.h:331:5: note: declared here 331 | int dqs_add_complex (); | ^~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1139:11: error: too many arguments to function 'dqs_delete_head'; expected 0, have 1 1139 | tmp=dqs_delete_head(tmp); | ^~~~~~~~~~~~~~~ ~~~ ../SRC/func.h:631:17: note: declared here 631 | dqs_list_type * dqs_delete_head (); | ^~~~~~~~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1141:3: note: in expansion of macro 'DPRINTF' 1141 | DPRINTF((DQS_EVENT,"***Complex_head***************************")); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1142:3: error: too many arguments to function 'dqs_showlist'; expected 0, have 3 1142 | dqs_showlist(Complex_head,DQS_DEBUG|DQS_STR0|DQS_INT0|DQS_CHAIN,4); | ^~~~~~~~~~~~ ~~~~~~~~~~~~ ../SRC/func.h:661:6: note: declared here 661 | void dqs_showlist (); | ^~~~~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1144:3: note: in expansion of macro 'DPRINTF' 1144 | DPRINTF((DQS_EVENT,"Consumable_head----------------------------")); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1145:7: error: too many arguments to function 'dqs_read_list_from_disk'; expected 0, have 2 1145 | tmp=dqs_read_list_from_disk(NULL,CONSUMABLE_FILE); | ^~~~~~~~~~~~~~~~~~~~~~~ ~~~~ ../SRC/func.h:706:17: note: declared here 706 | dqs_list_type * dqs_read_list_from_disk (); | ^~~~~~~~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1149:7: error: too many arguments to function 'dqs_add_consumable'; expected 0, have 1 1149 | dqs_add_consumable(tmp); | ^~~~~~~~~~~~~~~~~~ ~~~ ../SRC/func.h:346:5: note: declared here 346 | int dqs_add_consumable (); | ^~~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1151:11: error: too many arguments to function 'dqs_delete_head'; expected 0, have 1 1151 | tmp=dqs_delete_head(tmp); | ^~~~~~~~~~~~~~~ ~~~ ../SRC/func.h:631:17: note: declared here 631 | dqs_list_type * dqs_delete_head (); | ^~~~~~~~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1153:3: note: in expansion of macro 'DPRINTF' 1153 | DPRINTF((DQS_EVENT,"***Consumable_head***************************")); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1154:3: error: too many arguments to function 'dqs_showlist'; expected 0, have 3 1154 | dqs_showlist(Consumable_head,DQS_DEBUG|DQS_STR0|DQS_INT0|DQS_CHAIN,4); | ^~~~~~~~~~~~ ~~~~~~~~~~~~~~~ ../SRC/func.h:661:6: note: declared here 661 | void dqs_showlist (); | ^~~~~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1156:3: note: in expansion of macro 'DPRINTF' 1156 | DPRINTF((DQS_EVENT,"Host_head----------------------------")); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1158:7: error: too many arguments to function 'dqs_read_list_from_disk'; expected 0, have 2 1158 | tmp=dqs_read_list_from_disk(NULL,HOST_FILE); | ^~~~~~~~~~~~~~~~~~~~~~~ ~~~~ ../SRC/func.h:706:17: note: declared here 706 | dqs_list_type * dqs_read_list_from_disk (); | ^~~~~~~~~~~~~~~~~~~~~~~ ../SRC/def.h:1082:31: error: too many arguments to function 'dqs_log'; expected 0, have 5 1082 | #define INFO(x) sprintf x;dqs_log(LOG_INFO,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__) | ^~~~~~~ ../SRC/dqs_setup.c:1161:7: note: in expansion of macro 'INFO' 1161 | INFO((DQS_EVENT,"DQS_ERROR_0484 %s not found - making",HOST_FILE)); | ^~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1164:8: error: too many arguments to function 'dqs_locate_str0'; expected 0, have 2 1164 | if (!dqs_locate_str0(tmp,me.qualified_hostname)) | ^~~~~~~~~~~~~~~ ~~~ ../SRC/func.h:656:17: note: declared here 656 | dqs_list_type * dqs_locate_str0 (); | ^~~~~~~~~~~~~~~ ../SRC/def.h:1079:31: error: too many arguments to function 'dqs_log'; expected 0, have 5 1079 | #define ERROR(x) sprintf x;dqs_log(LOG_ERR,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__) | ^~~~~~~ ../SRC/dqs_setup.c:1166:7: note: in expansion of macro 'ERROR' 1166 | ERROR((DQS_EVENT,"DQS_ERROR_0485 \"%s\" not found in HOST_LIST - adding",me.qualified_hostname)); | ^~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1167:7: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 1167 | bzero((char *)&listel,sizeof(listel)); | ^~~~~ ../SRC/dqs_setup.c:1168:19: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 1168 | listel.str0=dqs_string_insert( (char *)NULL,me.qualified_hostname); | ^~~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1169:11: error: too many arguments to function 'dqs_insert'; expected 0, have 4 1169 | tmp=dqs_insert(DQS_STR0,ASCENDING,tmp,&listel); | ^~~~~~~~~~ ../SRC/func.h:646:17: note: declared here 646 | dqs_list_type * dqs_insert (); | ^~~~~~~~~~ ../SRC/dqs_setup.c:1184:7: error: too many arguments to function 'dqs_add_host'; expected 0, have 1 1184 | dqs_add_host(tmp->str0); | ^~~~~~~~~~~~ ~~~~~~~~~ ../SRC/func.h:311:5: note: declared here 311 | int dqs_add_host (); | ^~~~~~~~~~~~ ../SRC/dqs_setup.c:1185:11: error: too many arguments to function 'dqs_delete_head'; expected 0, have 1 1185 | tmp=dqs_delete_head(tmp); | ^~~~~~~~~~~~~~~ ~~~ ../SRC/func.h:631:17: note: declared here 631 | dqs_list_type * dqs_delete_head (); | ^~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1187:3: error: too many arguments to function 'dqs_write_list_to_disk'; expected 0, have 4 1187 | dqs_write_list_to_disk(NULL,HOST_FILE,Host_head,ALL); | ^~~~~~~~~~~~~~~~~~~~~~ ~~~~ ../SRC/func.h:691:6: note: declared here 691 | void dqs_write_list_to_disk (); | ^~~~~~~~~~~~~~~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1188:3: note: in expansion of macro 'DPRINTF' 1188 | DPRINTF((DQS_EVENT,"***Host_head***************************")); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1189:3: error: too many arguments to function 'dqs_showlist'; expected 0, have 3 1189 | dqs_showlist(Host_head,DQS_DEBUG|DQS_STR0|DQS_CHAIN,4); | ^~~~~~~~~~~~ ~~~~~~~~~ ../SRC/func.h:661:6: note: declared here 661 | void dqs_showlist (); | ^~~~~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1191:3: note: in expansion of macro 'DPRINTF' 1191 | DPRINTF((DQS_EVENT,"Man_head----------------------------")); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1192:12: error: too many arguments to function 'dqs_read_list_from_disk'; expected 0, have 2 1192 | Man_head=dqs_read_list_from_disk(NULL,MAN_FILE); | ^~~~~~~~~~~~~~~~~~~~~~~ ~~~~ ../SRC/func.h:706:17: note: declared here 706 | dqs_list_type * dqs_read_list_from_disk (); | ^~~~~~~~~~~~~~~~~~~~~~~ ../SRC/def.h:1082:31: error: too many arguments to function 'dqs_log'; expected 0, have 5 1082 | #define INFO(x) sprintf x;dqs_log(LOG_INFO,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__) | ^~~~~~~ ../SRC/dqs_setup.c:1195:7: note: in expansion of macro 'INFO' 1195 | INFO((DQS_EVENT,"DQS_ERROR_0487 %s not found - making",MAN_FILE)); | ^~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1196:7: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 1196 | bzero((char *)&listel,sizeof(listel)); | ^~~~~ ../SRC/dqs_setup.c:1197:19: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 1197 | listel.str0=dqs_string_insert( (char *)NULL,"root"); | ^~~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1198:16: error: too many arguments to function 'dqs_insert'; expected 0, have 4 1198 | Man_head=dqs_insert(DQS_STR0,ASCENDING,Man_head,&listel); | ^~~~~~~~~~ ../SRC/func.h:646:17: note: declared here 646 | dqs_list_type * dqs_insert (); | ^~~~~~~~~~ ../SRC/dqs_setup.c:1199:7: error: too many arguments to function 'dqs_write_list_to_disk'; expected 0, have 4 1199 | dqs_write_list_to_disk(NULL,MAN_FILE,Man_head,ALL); | ^~~~~~~~~~~~~~~~~~~~~~ ~~~~ ../SRC/func.h:691:6: note: declared here 691 | void dqs_write_list_to_disk (); | ^~~~~~~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1201:8: error: too many arguments to function 'dqs_locate_str0'; expected 0, have 2 1201 | if (!dqs_locate_str0(Man_head,DEFAULT_MANAGER)) | ^~~~~~~~~~~~~~~ ~~~~~~~~ ../SRC/func.h:656:17: note: declared here 656 | dqs_list_type * dqs_locate_str0 (); | ^~~~~~~~~~~~~~~ ../SRC/def.h:1082:31: error: too many arguments to function 'dqs_log'; expected 0, have 5 1082 | #define INFO(x) sprintf x;dqs_log(LOG_INFO,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__) | ^~~~~~~ ../SRC/dqs_setup.c:1203:7: note: in expansion of macro 'INFO' 1203 | INFO((DQS_EVENT,"DQS_ERROR_0488 \"%s\" not found in MAN_LIST - adding",DEFAULT_MANAGER)); | ^~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1204:7: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 1204 | bzero((char *)&listel,sizeof(listel)); | ^~~~~ ../SRC/dqs_setup.c:1205:19: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 1205 | listel.str0=dqs_string_insert( (char *)NULL,DEFAULT_MANAGER); | ^~~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1206:16: error: too many arguments to function 'dqs_insert'; expected 0, have 4 1206 | Man_head=dqs_insert(DQS_STR0,ASCENDING,Man_head,&listel); | ^~~~~~~~~~ ../SRC/func.h:646:17: note: declared here 646 | dqs_list_type * dqs_insert (); | ^~~~~~~~~~ ../SRC/dqs_setup.c:1207:7: error: too many arguments to function 'dqs_write_list_to_disk'; expected 0, have 4 1207 | dqs_write_list_to_disk(NULL,MAN_FILE,Man_head,ALL); | ^~~~~~~~~~~~~~~~~~~~~~ ~~~~ ../SRC/func.h:691:6: note: declared here 691 | void dqs_write_list_to_disk (); | ^~~~~~~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1225:7: error: too many arguments to function 'dqs_hash_add'; expected 0, have 2 1225 | dqs_hash_add(tmp->str0,Man_hash); | ^~~~~~~~~~~~ ~~~~~~~~~ ../SRC/func.h:1026:5: note: declared here 1026 | int dqs_hash_add (); | ^~~~~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1228:3: note: in expansion of macro 'DPRINTF' 1228 | DPRINTF((DQS_EVENT,"***Man_head***************************")); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1229:3: error: too many arguments to function 'dqs_showlist'; expected 0, have 3 1229 | dqs_showlist(Man_head,DQS_DEBUG|DQS_STR0|DQS_CHAIN,4); | ^~~~~~~~~~~~ ~~~~~~~~ ../SRC/func.h:661:6: note: declared here 661 | void dqs_showlist (); | ^~~~~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1232:3: note: in expansion of macro 'DPRINTF' 1232 | DPRINTF((DQS_EVENT,"Op_head----------------------------")); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1233:11: error: too many arguments to function 'dqs_read_list_from_disk'; expected 0, have 2 1233 | Op_head=dqs_read_list_from_disk(NULL,OP_FILE); | ^~~~~~~~~~~~~~~~~~~~~~~ ~~~~ ../SRC/func.h:706:17: note: declared here 706 | dqs_list_type * dqs_read_list_from_disk (); | ^~~~~~~~~~~~~~~~~~~~~~~ ../SRC/def.h:1082:31: error: too many arguments to function 'dqs_log'; expected 0, have 5 1082 | #define INFO(x) sprintf x;dqs_log(LOG_INFO,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__) | ^~~~~~~ ../SRC/dqs_setup.c:1236:7: note: in expansion of macro 'INFO' 1236 | INFO((DQS_EVENT,"DQS_ERROR_0490 %s not found - making",OP_FILE)); | ^~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1237:7: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 1237 | bzero((char *)&listel,sizeof(listel)); | ^~~~~ ../SRC/dqs_setup.c:1238:19: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 1238 | listel.str0=dqs_string_insert( (char *)NULL,"root"); | ^~~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1239:15: error: too many arguments to function 'dqs_insert'; expected 0, have 4 1239 | Op_head=dqs_insert(DQS_STR0,ASCENDING,Op_head,&listel); | ^~~~~~~~~~ ../SRC/func.h:646:17: note: declared here 646 | dqs_list_type * dqs_insert (); | ^~~~~~~~~~ ../SRC/dqs_setup.c:1240:7: error: too many arguments to function 'dqs_write_list_to_disk'; expected 0, have 4 1240 | dqs_write_list_to_disk(NULL,OP_FILE,Op_head,ALL); | ^~~~~~~~~~~~~~~~~~~~~~ ~~~~ ../SRC/func.h:691:6: note: declared here 691 | void dqs_write_list_to_disk (); | ^~~~~~~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1246:7: error: too many arguments to function 'dqs_hash_add'; expected 0, have 2 1246 | dqs_hash_add(tmp->str0,Op_hash); | ^~~~~~~~~~~~ ~~~~~~~~~ ../SRC/func.h:1026:5: note: declared here 1026 | int dqs_hash_add (); | ^~~~~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1249:3: note: in expansion of macro 'DPRINTF' 1249 | DPRINTF((DQS_EVENT,"***Op_head***************************")); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1250:3: error: too many arguments to function 'dqs_showlist'; expected 0, have 3 1250 | dqs_showlist(Op_head,DQS_DEBUG|DQS_STR0|DQS_CHAIN,4); | ^~~~~~~~~~~~ ~~~~~~~ ../SRC/func.h:661:6: note: declared here 661 | void dqs_showlist (); | ^~~~~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1253:3: note: in expansion of macro 'DPRINTF' 1253 | DPRINTF((DQS_EVENT,"Queue_head----------------------------")); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1255:7: error: too many arguments to function 'dqs_get_dirents'; expected 0, have 1 1255 | tmp=dqs_get_dirents(QUEUE_DIR); | ^~~~~~~~~~~~~~~ ../SRC/func.h:76:17: note: declared here 76 | dqs_list_type * dqs_get_dirents (); | ^~~~~~~~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1258:7: note: in expansion of macro 'DPRINTF' 1258 | DPRINTF((DQS_EVENT,"reading in queue >%s<",tmp->str0)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1259:18: error: too many arguments to function 'dqs_read_list_from_disk'; expected 0, have 2 1259 | listel_ptr=dqs_read_list_from_disk(QUEUE_DIR,tmp->str0); | ^~~~~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:706:17: note: declared here 706 | dqs_list_type * dqs_read_list_from_disk (); | ^~~~~~~~~~~~~~~~~~~~~~~ ../SRC/def.h:1079:31: error: too many arguments to function 'dqs_log'; expected 0, have 5 1079 | #define ERROR(x) sprintf x;dqs_log(LOG_ERR,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__) | ^~~~~~~ ../SRC/dqs_setup.c:1262:11: note: in expansion of macro 'ERROR' 1262 | ERROR((DQS_EVENT,"DQS_ERROR_0491 error reading in %s/%s",QUEUE_DIR,tmp->str0)); | ^~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1263:22: error: too many arguments to function 'dqs_free_list'; expected 0, have 1 1263 | listel_ptr=dqs_free_list(listel_ptr); | ^~~~~~~~~~~~~ ~~~~~~~~~~ ../SRC/func.h:196:17: note: declared here 196 | dqs_list_type * dqs_free_list (); | ^~~~~~~~~~~~~ ../SRC/dqs_setup.c:1264:15: error: too many arguments to function 'dqs_delete_head'; expected 0, have 1 1264 | tmp=dqs_delete_head(tmp); | ^~~~~~~~~~~~~~~ ~~~ ../SRC/func.h:631:17: note: declared here 631 | dqs_list_type * dqs_delete_head (); | ^~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1267:63: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1267 | verchk[0] = listel_ptr->queue->Version[10]; verchk[1] = (char)NULL; | ^ ../SRC/dqs_setup.c:1268:63: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1268 | verchk[2] = listel_ptr->queue->Version[12]; verchk[3] = (char)NULL; | ^ ../SRC/dqs_setup.c:1271:38: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 1271 | listel_ptr->queue->Version=dqs_string_insert(listel_ptr->queue->Version, DQS_VERSION); | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1272:11: error: too many arguments to function 'dqs_write_queue_to_disk'; expected 0, have 1 1272 | dqs_write_queue_to_disk(listel_ptr->queue); | ^~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ ../SRC/func.h:696:6: note: declared here 696 | void dqs_write_queue_to_disk (); | ^~~~~~~~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1274:14: error: too many arguments to function 'dqs_add_queue'; expected 0, have 1 1274 | (void) dqs_add_queue(listel_ptr->queue); | ^~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ ../SRC/func.h:316:5: note: declared here 316 | int dqs_add_queue (); | ^~~~~~~~~~~~~ ../SRC/dqs_setup.c:1276:11: error: too many arguments to function 'dqs_delete_head'; expected 0, have 1 1276 | tmp=dqs_delete_head(tmp); | ^~~~~~~~~~~~~~~ ~~~ ../SRC/func.h:631:17: note: declared here 631 | dqs_list_type * dqs_delete_head (); | ^~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1278:25: error: too many arguments to function 'dqs_free_list'; expected 0, have 1 1278 | listel_ptr->chain=dqs_free_list(listel_ptr->chain); | ^~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ ../SRC/func.h:196:17: note: declared here 196 | dqs_list_type * dqs_free_list (); | ^~~~~~~~~~~~~ ../SRC/dqs_setup.c:1279:24: error: too many arguments to function 'dqs_free_list'; expected 0, have 1 1279 | listel_ptr->next=dqs_free_list(listel_ptr->next); | ^~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~ ../SRC/func.h:196:17: note: declared here 196 | dqs_list_type * dqs_free_list (); | ^~~~~~~~~~~~~ ../SRC/dqs_setup.c:1280:23: error: too many arguments to function 'dqs_free_list'; expected 0, have 1 1280 | listel_ptr->tid=dqs_free_list(listel_ptr->tid); | ^~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ ../SRC/func.h:196:17: note: declared here 196 | dqs_list_type * dqs_free_list (); | ^~~~~~~~~~~~~ ../SRC/dqs_setup.c:1289:26: error: too many arguments to function 'dqs_free_rusage'; expected 0, have 1 1289 | listel_ptr->rusage=dqs_free_rusage(listel_ptr->rusage); | ^~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~ ../SRC/func.h:201:19: note: declared here 201 | dqs_rusage_type * dqs_free_rusage (); | ^~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1290:24: error: too many arguments to function 'dqs_free_conf'; expected 0, have 1 1290 | listel_ptr->conf=dqs_free_conf(listel_ptr->conf); | ^~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~ ../SRC/func.h:211:17: note: declared here 211 | dqs_conf_type * dqs_free_conf (); | ^~~~~~~~~~~~~ ../SRC/dqs_setup.c:1291:23: error: too many arguments to function 'dqs_free_job'; expected 0, have 1 1291 | listel_ptr->job=dqs_free_job(listel_ptr->job); | ^~~~~~~~~~~~ ~~~~~~~~~~~~~~~ ../SRC/func.h:216:16: note: declared here 216 | dqs_job_type * dqs_free_job (); | ^~~~~~~~~~~~ ../SRC/dqs_setup.c:1292:22: error: too many arguments to function 'dqs_free_me'; expected 0, have 1 1292 | listel_ptr->me=dqs_free_me(listel_ptr->me); | ^~~~~~~~~~~ ~~~~~~~~~~~~~~ ../SRC/func.h:221:15: note: declared here 221 | dqs_me_type * dqs_free_me (); | ^~~~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1303:3: note: in expansion of macro 'DPRINTF' 1303 | DPRINTF((DQS_EVENT,"***Queue_head***************************")); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1304:3: error: too many arguments to function 'dqs_showlist'; expected 0, have 3 1304 | dqs_showlist(Queue_head,DQS_DEBUG|DQS_STR0|DQS_CHAIN,4); | ^~~~~~~~~~~~ ~~~~~~~~~~ ../SRC/func.h:661:6: note: declared here 661 | void dqs_showlist (); | ^~~~~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1307:3: note: in expansion of macro 'DPRINTF' 1307 | DPRINTF((DQS_EVENT,"Job_head----------------------------")); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1309:7: error: too many arguments to function 'dqs_get_dirents'; expected 0, have 1 1309 | tmp=dqs_get_dirents(JOB_DIR); | ^~~~~~~~~~~~~~~ ../SRC/func.h:76:17: note: declared here 76 | dqs_list_type * dqs_get_dirents (); | ^~~~~~~~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1312:7: note: in expansion of macro 'DPRINTF' 1312 | DPRINTF((DQS_EVENT,"reading in job >%s<",tmp->str0)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1313:18: error: too many arguments to function 'dqs_read_list_from_disk'; expected 0, have 2 1313 | listel_ptr=dqs_read_list_from_disk(JOB_DIR,tmp->str0); | ^~~~~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:706:17: note: declared here 706 | dqs_list_type * dqs_read_list_from_disk (); | ^~~~~~~~~~~~~~~~~~~~~~~ ../SRC/def.h:1079:31: error: too many arguments to function 'dqs_log'; expected 0, have 5 1079 | #define ERROR(x) sprintf x;dqs_log(LOG_ERR,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__) | ^~~~~~~ ../SRC/dqs_setup.c:1316:11: note: in expansion of macro 'ERROR' 1316 | ERROR((DQS_EVENT,"DQS_ERROR_0492 error reading in %s/%s",JOB_DIR,tmp->str0)); | ^~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1317:22: error: too many arguments to function 'dqs_free_list'; expected 0, have 1 1317 | listel_ptr=dqs_free_list(listel_ptr); | ^~~~~~~~~~~~~ ~~~~~~~~~~ ../SRC/func.h:196:17: note: declared here 196 | dqs_list_type * dqs_free_list (); | ^~~~~~~~~~~~~ ../SRC/dqs_setup.c:1318:15: error: too many arguments to function 'dqs_delete_head'; expected 0, have 1 1318 | tmp=dqs_delete_head(tmp); | ^~~~~~~~~~~~~~~ ~~~ ../SRC/func.h:631:17: note: declared here 631 | dqs_list_type * dqs_delete_head (); | ^~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1321:35: error: too many arguments to function 'dqs_add_job'; expected 0, have 1 1321 | if (listel_ptr->job) (void) dqs_add_job(listel_ptr->job); | ^~~~~~~~~~~ ~~~~~~~~~~~~~~~ ../SRC/func.h:326:5: note: declared here 326 | int dqs_add_job (); | ^~~~~~~~~~~ ../SRC/dqs_setup.c:1323:11: error: too many arguments to function 'dqs_delete_head'; expected 0, have 1 1323 | tmp=dqs_delete_head(tmp); | ^~~~~~~~~~~~~~~ ~~~ ../SRC/func.h:631:17: note: declared here 631 | dqs_list_type * dqs_delete_head (); | ^~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1326:25: error: too many arguments to function 'dqs_free_list'; expected 0, have 1 1326 | listel_ptr->chain=dqs_free_list(listel_ptr->chain); | ^~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ ../SRC/func.h:196:17: note: declared here 196 | dqs_list_type * dqs_free_list (); | ^~~~~~~~~~~~~ ../SRC/dqs_setup.c:1327:24: error: too many arguments to function 'dqs_free_list'; expected 0, have 1 1327 | listel_ptr->next=dqs_free_list(listel_ptr->next); | ^~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~ ../SRC/func.h:196:17: note: declared here 196 | dqs_list_type * dqs_free_list (); | ^~~~~~~~~~~~~ ../SRC/dqs_setup.c:1328:23: error: too many arguments to function 'dqs_free_list'; expected 0, have 1 1328 | listel_ptr->tid=dqs_free_list(listel_ptr->tid); | ^~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ ../SRC/func.h:196:17: note: declared here 196 | dqs_list_type * dqs_free_list (); | ^~~~~~~~~~~~~ ../SRC/dqs_setup.c:1337:26: error: too many arguments to function 'dqs_free_rusage'; expected 0, have 1 1337 | listel_ptr->rusage=dqs_free_rusage(listel_ptr->rusage); | ^~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~ --- dqs_wildmat.o --- *** [dqs_wildmat.o] Error code 1 make[2]: stopped making "all" in /tmp/work/parallel/dqs/work/DQS3/ARCS/x86_64-pc-solaris2.11 --- dqs_setup.o --- ../SRC/func.h:201:19: note: declared here 201 | dqs_rusage_type * dqs_free_rusage (); | ^~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1338:24: error: too many arguments to function 'dqs_free_conf'; expected 0, have 1 1338 | listel_ptr->conf=dqs_free_conf(listel_ptr->conf); | ^~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~ ../SRC/func.h:211:17: note: declared here 211 | dqs_conf_type * dqs_free_conf (); | ^~~~~~~~~~~~~ ../SRC/dqs_setup.c:1339:25: error: too many arguments to function 'dqs_free_queue'; expected 0, have 1 1339 | listel_ptr->queue=dqs_free_queue(listel_ptr->queue); | ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ ../SRC/func.h:206:18: note: declared here 206 | dqs_queue_type * dqs_free_queue (); | ^~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1340:22: error: too many arguments to function 'dqs_free_me'; expected 0, have 1 1340 | listel_ptr->me=dqs_free_me(listel_ptr->me); | ^~~~~~~~~~~ ~~~~~~~~~~~~~~ ../SRC/func.h:221:15: note: declared here 221 | dqs_me_type * dqs_free_me (); | ^~~~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1348:3: note: in expansion of macro 'DPRINTF' 1348 | DPRINTF((DQS_EVENT,"***Queue_head***************************")); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1349:3: error: too many arguments to function 'dqs_showlist'; expected 0, have 3 1349 | dqs_showlist(Queue_head,DQS_DEBUG|DQS_STR0|DQS_CHAIN,4); | ^~~~~~~~~~~~ ~~~~~~~~~~ ../SRC/func.h:661:6: note: declared here 661 | void dqs_showlist (); | ^~~~~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1351:3: note: in expansion of macro 'DPRINTF' 1351 | DPRINTF((DQS_EVENT,"Tid_head----------------------------")); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1352:7: error: too many arguments to function 'dqs_get_dirents'; expected 0, have 1 1352 | tmp=dqs_get_dirents(TID_DIR); | ^~~~~~~~~~~~~~~ ../SRC/func.h:76:17: note: declared here 76 | dqs_list_type * dqs_get_dirents (); | ^~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1355:18: error: too many arguments to function 'dqs_read_list_from_disk'; expected 0, have 2 1355 | listel_ptr=dqs_read_list_from_disk(TID_DIR,tmp->str0); | ^~~~~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:706:17: note: declared here 706 | dqs_list_type * dqs_read_list_from_disk (); | ^~~~~~~~~~~~~~~~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1356:7: note: in expansion of macro 'DPRINTF' 1356 | DPRINTF((DQS_EVENT,"read in tid >%s<",tmp->str0)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1079:31: error: too many arguments to function 'dqs_log'; expected 0, have 5 1079 | #define ERROR(x) sprintf x;dqs_log(LOG_ERR,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__) | ^~~~~~~ ../SRC/dqs_setup.c:1359:11: note: in expansion of macro 'ERROR' 1359 | ERROR((DQS_EVENT,"DQS_ERROR_0493 error reading in %s/%s",RUSAGE_DIR,tmp->str0)); | ^~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1360:22: error: too many arguments to function 'dqs_free_list'; expected 0, have 1 1360 | listel_ptr=dqs_free_list(listel_ptr); | ^~~~~~~~~~~~~ ~~~~~~~~~~ ../SRC/func.h:196:17: note: declared here 196 | dqs_list_type * dqs_free_list (); | ^~~~~~~~~~~~~ ../SRC/dqs_setup.c:1361:15: error: too many arguments to function 'dqs_delete_head'; expected 0, have 1 1361 | tmp=dqs_delete_head(tmp); | ^~~~~~~~~~~~~~~ ~~~ ../SRC/func.h:631:17: note: declared here 631 | dqs_list_type * dqs_delete_head (); | ^~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1364:16: error: too many arguments to function 'dqs_insert'; expected 0, have 4 1364 | Tid_head=dqs_insert(DQS_STR0,ASCENDING,Tid_head,listel_ptr); | ^~~~~~~~~~ ../SRC/func.h:646:17: note: declared here 646 | dqs_list_type * dqs_insert (); | ^~~~~~~~~~ ../SRC/dqs_setup.c:1366:11: error: too many arguments to function 'dqs_delete_head'; expected 0, have 1 1366 | tmp=dqs_delete_head(tmp); | ^~~~~~~~~~~~~~~ ~~~ ../SRC/func.h:631:17: note: declared here 631 | dqs_list_type * dqs_delete_head (); | ^~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1369:3: error: too many arguments to function 'dqs_showlist'; expected 0, have 3 1369 | dqs_showlist(Tid_head,DQS_DEBUG|DQS_STR0|DQS_INT0|DQS_INT1,4); | ^~~~~~~~~~~~ ~~~~~~~~ ../SRC/func.h:661:6: note: declared here 661 | void dqs_showlist (); | ^~~~~~~~~~~~ ../SRC/dqs_setup.c:1375:13: error: too many arguments to function 'dqs_read_in_qconf'; expected 0, have 2 1375 | queue_ptr=dqs_read_in_qconf( (char*)NULL,GENERIC_QUEUE); | ^~~~~~~~~~~~~~~~~ ../SRC/func.h:1221:18: note: declared here 1221 | dqs_queue_type * dqs_read_in_qconf (); | ^~~~~~~~~~~~~~~~~ ../SRC/def.h:1082:31: error: too many arguments to function 'dqs_log'; expected 0, have 5 1082 | #define INFO(x) sprintf x;dqs_log(LOG_INFO,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__) | ^~~~~~~ ../SRC/dqs_setup.c:1378:7: note: in expansion of macro 'INFO' 1378 | INFO((DQS_EVENT,"DQS_ERROR_0494 writing generic queue configuration \"%s\"", | ^~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1380:7: error: too many arguments to function 'dqs_write_generic_qconf'; expected 0, have 2 1380 | dqs_write_generic_qconf(NULL,GENERIC_QUEUE); | ^~~~~~~~~~~~~~~~~~~~~~~ ~~~~ ../SRC/func.h:1216:6: note: declared here 1216 | void dqs_write_generic_qconf (); | ^~~~~~~~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1381:17: error: too many arguments to function 'dqs_read_in_qconf'; expected 0, have 2 1381 | queue_ptr=dqs_read_in_qconf( (char*)NULL,GENERIC_QUEUE); | ^~~~~~~~~~~~~~~~~ ../SRC/func.h:1221:18: note: declared here 1221 | dqs_queue_type * dqs_read_in_qconf (); | ^~~~~~~~~~~~~~~~~ ../SRC/def.h:1078:31: error: too many arguments to function 'dqs_log'; expected 0, have 5 1078 | #define CRITICAL(x) sprintf x;dqs_log(LOG_CRIT,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__) | ^~~~~~~ ../SRC/dqs_setup.c:1385:7: note: in expansion of macro 'CRITICAL' 1385 | CRITICAL((DQS_EVENT,"DQS_ERROR_0495 terminal error: dqs_read_in_qconf() failed")); | ^~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1187:59: error: too many arguments to function 'dqs_log'; expected 0, have 5 1187 | sprintf(DQS_EVENT,"<-- %s() *** ERROR ***",DQS_FUNC);dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1386:7: note: in expansion of macro 'DEXITE' 1386 | DEXITE; | ^~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1389:13: error: too many arguments to function 'dqs_free_queue'; expected 0, have 1 1389 | queue_ptr=dqs_free_queue(queue_ptr); | ^~~~~~~~~~~~~~ ~~~~~~~~~ ../SRC/func.h:206:18: note: declared here 206 | dqs_queue_type * dqs_free_queue (); | ^~~~~~~~~~~~~~ ../SRC/def.h:1180:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1180 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1392:3: note: in expansion of macro 'DEXIT' 1392 | DEXIT; | ^~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c: In function 'dqs_setup_dqs_execd': ../SRC/def.h:1123:7: error: too many arguments to function 'dqs_log'; expected 0, have 5 1123 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1411:3: note: in expansion of macro 'DENTER' 1411 | DENTER((DQS_EVENT,"dqs_setup_dqs_execd")); | ^~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1414:3: note: in expansion of macro 'DPRINTF' 1414 | DPRINTF((DQS_EVENT,"chdir(\"/\")----------------------------")); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1415:3: error: too many arguments to function 'dqs_chdir'; expected 0, have 1 1415 | dqs_chdir("/"); | ^~~~~~~~~ ~~~ ../SRC/func.h:81:6: note: declared here 81 | void dqs_chdir (); | ^~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1416:3: note: in expansion of macro 'DPRINTF' 1416 | DPRINTF((DQS_EVENT,"Making directories----------------------------")); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1417:3: error: too many arguments to function 'dqs_mkdir'; expected 0, have 4 1417 | dqs_mkdir(conf.execd_spool_dir,me.uid,me.gid,0755); | ^~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:86:6: note: declared here 86 | void dqs_mkdir (); | ^~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1418:3: note: in expansion of macro 'DPRINTF' 1418 | DPRINTF((DQS_EVENT,"chdir(\"%s\")----------------------------",conf.execd_spool_dir)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1419:3: error: too many arguments to function 'dqs_chdir'; expected 0, have 1 1419 | dqs_chdir(conf.execd_spool_dir); | ^~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:81:6: note: declared here 81 | void dqs_chdir (); | ^~~~~~~~~ ../SRC/dqs_setup.c:1420:3: error: too many arguments to function 'dqs_mkdir'; expected 0, have 4 1420 | dqs_mkdir("dqs_execd",me.uid,me.gid,0755); | ^~~~~~~~~ ~~~~~~~~~~~ ../SRC/func.h:86:6: note: declared here 86 | void dqs_mkdir (); | ^~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1421:3: note: in expansion of macro 'DPRINTF' 1421 | DPRINTF((DQS_EVENT,"chdir(\"dqs_execd\")----------------------------")); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1422:3: error: too many arguments to function 'dqs_chdir'; expected 0, have 1 1422 | dqs_chdir("dqs_execd"); | ^~~~~~~~~ ~~~~~~~~~~~ ../SRC/func.h:81:6: note: declared here 81 | void dqs_chdir (); | ^~~~~~~~~ ../SRC/dqs_setup.c:1423:3: error: too many arguments to function 'dqs_mkdir'; expected 0, have 4 1423 | dqs_mkdir(me.unqualified_hostname,me.uid,me.gid,0755); | ^~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:86:6: note: declared here 86 | void dqs_mkdir (); | ^~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1424:3: note: in expansion of macro 'DPRINTF' 1424 | DPRINTF((DQS_EVENT,"chdir(\"%s\",me.unqualified_hostname)----------------------------", | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1426:3: error: too many arguments to function 'dqs_chdir'; expected 0, have 1 1426 | dqs_chdir(me.unqualified_hostname); | ^~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:81:6: note: declared here 81 | void dqs_chdir (); | ^~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1427:3: note: in expansion of macro 'DPRINTF' 1427 | DPRINTF((DQS_EVENT,"Making directories----------------------------")); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1428:3: error: too many arguments to function 'dqs_mkdir'; expected 0, have 4 1428 | dqs_mkdir(EXEC_DIR,me.uid,me.gid,0755); | ^~~~~~~~~ ../SRC/func.h:86:6: note: declared here 86 | void dqs_mkdir (); | ^~~~~~~~~ ../SRC/dqs_setup.c:1429:3: error: too many arguments to function 'dqs_mkdir'; expected 0, have 4 1429 | dqs_mkdir(JOB_DIR,me.uid,me.gid,0755); | ^~~~~~~~~ ../SRC/func.h:86:6: note: declared here 86 | void dqs_mkdir (); | ^~~~~~~~~ ../SRC/dqs_setup.c:1430:3: error: too many arguments to function 'dqs_mkdir'; expected 0, have 4 1430 | dqs_mkdir(RUSAGE_DIR,me.uid,me.gid,0755); | ^~~~~~~~~ ../SRC/func.h:86:6: note: declared here 86 | void dqs_mkdir (); | ^~~~~~~~~ ../SRC/dqs_setup.c:1431:3: error: too many arguments to function 'dqs_mkdir'; expected 0, have 4 1431 | dqs_mkdir(TID_DIR,me.uid,me.gid,0755); | ^~~~~~~~~ ../SRC/func.h:86:6: note: declared here 86 | void dqs_mkdir (); | ^~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1433:3: note: in expansion of macro 'DPRINTF' 1433 | DPRINTF((DQS_EVENT,"Cleaning %s----------------------------",EXEC_DIR)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1434:7: error: too many arguments to function 'dqs_get_dirents'; expected 0, have 1 1434 | tmp=dqs_get_dirents(EXEC_DIR); | ^~~~~~~~~~~~~~~ ../SRC/func.h:76:17: note: declared here 76 | dqs_list_type * dqs_get_dirents (); | ^~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1439:11: error: too many arguments to function 'dqs_delete_head'; expected 0, have 1 1439 | tmp=dqs_delete_head(tmp); | ^~~~~~~~~~~~~~~ ~~~ ../SRC/func.h:631:17: note: declared here 631 | dqs_list_type * dqs_delete_head (); | ^~~~~~~~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1442:3: note: in expansion of macro 'DPRINTF' 1442 | DPRINTF((DQS_EVENT,"Cleaning %s----------------------------",JOB_DIR)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1443:7: error: too many arguments to function 'dqs_get_dirents'; expected 0, have 1 1443 | tmp=dqs_get_dirents(JOB_DIR); | ^~~~~~~~~~~~~~~ ../SRC/func.h:76:17: note: declared here 76 | dqs_list_type * dqs_get_dirents (); | ^~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1450:12: error: too many arguments to function 'dqs_read_list_from_disk'; expected 0, have 2 1450 | tmp2=dqs_read_list_from_disk(JOB_DIR,tmp->str0); | ^~~~~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:706:17: note: declared here 706 | dqs_list_type * dqs_read_list_from_disk (); | ^~~~~~~~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1456:37: error: too many arguments to function 'dqs_malloc'; expected 0, have 1 1456 | dusage=(dqs_rusage_type *)dqs_malloc(sizeof(dqs_rusage_type)); | ^~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:796:8: note: declared here 796 | char * dqs_malloc (); | ^~~~~~~~~~ ../SRC/dqs_setup.c:1457:25: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 1457 | dusage->qname=dqs_string_insert( (char *)NULL,tmp2->job->master_queue_exec_str); | ^~~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1458:28: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 1458 | dusage->hostname=dqs_string_insert( (char *)NULL,me.qualified_hostname); | ^~~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1459:25: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 1459 | dusage->group=dqs_string_insert( (char *)NULL,"NA"); | ^~~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1461:25: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 1461 | dusage->owner=dqs_string_insert( (char *)NULL,tmp2->job->owner); | ^~~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1462:28: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 1462 | dusage->job_name=dqs_string_insert( (char *)NULL,tmp2->job->job_name); | ^~~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1463:32: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 1463 | dusage->dqs_job_name=dqs_string_insert( dusage->dqs_job_name,tmp2->job->dqs_job_name); | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1471:32: error: too many arguments to function 'dqs_malloc'; expected 0, have 1 1471 | acct_tmp= (char *) dqs_malloc( acct_int +2); | ^~~~~~~~~~ ~~~~~~~~~~~ ../SRC/func.h:796:8: note: declared here 796 | char * dqs_malloc (); | ^~~~~~~~~~ ../SRC/dqs_setup.c:1477:30: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 1477 | dusage->account= dqs_string_insert(NULL,acct_tmp); | ^~~~~~~~~~~~~~~~~ ~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1489:11: note: in expansion of macro 'DPRINTF' 1489 | DPRINTF((DQS_EVENT,"reaped tmp2->job->dqs_job_name***>%s<***",dusage->dqs_job_name)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1491:11: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 1491 | bzero((char *)&listel,sizeof(listel)); | ^~~~~ ../SRC/dqs_setup.c:1494:23: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 1494 | listel.str0=dqs_string_insert( (char *)NULL,dusage->dqs_job_name); | ^~~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1499:23: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 1499 | listel.str1=dqs_string_insert( (char *)NULL,str); | ^~~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1500:11: error: too many arguments to function 'dqs_write_list_to_disk'; expected 0, have 4 1500 | dqs_write_list_to_disk(RUSAGE_DIR,listel.str1,&listel,ALL); | ^~~~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:691:6: note: declared here 691 | void dqs_write_list_to_disk (); | ^~~~~~~~~~~~~~~~~~~~~~ ../SRC/def.h:1079:31: error: too many arguments to function 'dqs_log'; expected 0, have 5 1079 | #define ERROR(x) sprintf x;dqs_log(LOG_ERR,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__) | ^~~~~~~ ../SRC/dqs_setup.c:1501:11: note: in expansion of macro 'ERROR' 1501 | ERROR((DQS_EVENT,"DQS_ERROR_0496 job \"%s\" reaped at machine startup",dusage->dqs_job_name)); | ^~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1502:23: error: too many arguments to function 'dqs_insert'; expected 0, have 4 1502 | Rusage_head=dqs_insert(DQS_STR0,ASCENDING,Rusage_head,&listel); | ^~~~~~~~~~ ../SRC/func.h:646:17: note: declared here 646 | dqs_list_type * dqs_insert (); | ^~~~~~~~~~ ../SRC/dqs_setup.c:1504:16: error: too many arguments to function 'dqs_free_list'; expected 0, have 1 1504 | tmp2=dqs_free_list(tmp2); | ^~~~~~~~~~~~~ ~~~~ ../SRC/func.h:196:17: note: declared here 196 | dqs_list_type * dqs_free_list (); | ^~~~~~~~~~~~~ ../SRC/dqs_setup.c:1506:11: error: too many arguments to function 'dqs_delete_head'; expected 0, have 1 1506 | tmp=dqs_delete_head(tmp); | ^~~~~~~~~~~~~~~ ~~~ ../SRC/func.h:631:17: note: declared here 631 | dqs_list_type * dqs_delete_head (); | ^~~~~~~~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1509:3: note: in expansion of macro 'DPRINTF' 1509 | DPRINTF((DQS_EVENT,"Rusage_head----------------------------")); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1510:7: error: too many arguments to function 'dqs_get_dirents'; expected 0, have 1 1510 | tmp=dqs_get_dirents(RUSAGE_DIR); | ^~~~~~~~~~~~~~~ ../SRC/func.h:76:17: note: declared here 76 | dqs_list_type * dqs_get_dirents (); | ^~~~~~~~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1513:7: note: in expansion of macro 'DPRINTF' 1513 | DPRINTF((DQS_EVENT,"reading in rusage >%s<",tmp->str0)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1514:18: error: too many arguments to function 'dqs_read_list_from_disk'; expected 0, have 2 1514 | listel_ptr=dqs_read_list_from_disk(RUSAGE_DIR,tmp->str0); | ^~~~~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:706:17: note: declared here 706 | dqs_list_type * dqs_read_list_from_disk (); | ^~~~~~~~~~~~~~~~~~~~~~~ ../SRC/def.h:1079:31: error: too many arguments to function 'dqs_log'; expected 0, have 5 1079 | #define ERROR(x) sprintf x;dqs_log(LOG_ERR,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__) | ^~~~~~~ ../SRC/dqs_setup.c:1517:11: note: in expansion of macro 'ERROR' 1517 | ERROR((DQS_EVENT,"DQS_ERROR_0497 error reading in %s/%s",RUSAGE_DIR,tmp->str0)); | ^~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1518:22: error: too many arguments to function 'dqs_free_list'; expected 0, have 1 1518 | listel_ptr=dqs_free_list(listel_ptr); | ^~~~~~~~~~~~~ ~~~~~~~~~~ ../SRC/func.h:196:17: note: declared here 196 | dqs_list_type * dqs_free_list (); | ^~~~~~~~~~~~~ ../SRC/dqs_setup.c:1519:15: error: too many arguments to function 'dqs_delete_head'; expected 0, have 1 1519 | tmp=dqs_delete_head(tmp); | ^~~~~~~~~~~~~~~ ~~~ ../SRC/func.h:631:17: note: declared here 631 | dqs_list_type * dqs_delete_head (); | ^~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1522:19: error: too many arguments to function 'dqs_insert'; expected 0, have 4 1522 | Rusage_head=dqs_insert(DQS_STR0,ASCENDING,Rusage_head,listel_ptr); | ^~~~~~~~~~ ../SRC/func.h:646:17: note: declared here 646 | dqs_list_type * dqs_insert (); | ^~~~~~~~~~ ../SRC/dqs_setup.c:1523:11: error: too many arguments to function 'dqs_delete_head'; expected 0, have 1 1523 | tmp=dqs_delete_head(tmp); | ^~~~~~~~~~~~~~~ ~~~ ../SRC/func.h:631:17: note: declared here 631 | dqs_list_type * dqs_delete_head (); | ^~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1525:3: error: too many arguments to function 'dqs_showlist'; expected 0, have 3 1525 | dqs_showlist(Rusage_head,DQS_DEBUG|DQS_STR0,4); | ^~~~~~~~~~~~ ~~~~~~~~~~~ ../SRC/func.h:661:6: note: declared here 661 | void dqs_showlist (); | ^~~~~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1527:3: note: in expansion of macro 'DPRINTF' 1527 | DPRINTF((DQS_EVENT,"Tid_head----------------------------")); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1528:7: error: too many arguments to function 'dqs_get_dirents'; expected 0, have 1 1528 | tmp=dqs_get_dirents(TID_DIR); | ^~~~~~~~~~~~~~~ ../SRC/func.h:76:17: note: declared here 76 | dqs_list_type * dqs_get_dirents (); | ^~~~~~~~~~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1531:7: note: in expansion of macro 'DPRINTF' 1531 | DPRINTF((DQS_EVENT,"reading in tid >%s<",tmp->str0)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1532:18: error: too many arguments to function 'dqs_read_list_from_disk'; expected 0, have 2 1532 | listel_ptr=dqs_read_list_from_disk(TID_DIR,tmp->str0); | ^~~~~~~~~~~~~~~~~~~~~~~ ../SRC/func.h:706:17: note: declared here 706 | dqs_list_type * dqs_read_list_from_disk (); | ^~~~~~~~~~~~~~~~~~~~~~~ ../SRC/def.h:1079:31: error: too many arguments to function 'dqs_log'; expected 0, have 5 1079 | #define ERROR(x) sprintf x;dqs_log(LOG_ERR,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__) | ^~~~~~~ ../SRC/dqs_setup.c:1535:11: note: in expansion of macro 'ERROR' 1535 | ERROR((DQS_EVENT,"DQS_ERROR_0498 error reading in %s/%s",RUSAGE_DIR,tmp->str0)); | ^~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1536:22: error: too many arguments to function 'dqs_free_list'; expected 0, have 1 1536 | listel_ptr=dqs_free_list(listel_ptr); | ^~~~~~~~~~~~~ ~~~~~~~~~~ ../SRC/func.h:196:17: note: declared here 196 | dqs_list_type * dqs_free_list (); | ^~~~~~~~~~~~~ ../SRC/dqs_setup.c:1537:15: error: too many arguments to function 'dqs_delete_head'; expected 0, have 1 1537 | tmp=dqs_delete_head(tmp); | ^~~~~~~~~~~~~~~ ~~~ ../SRC/func.h:631:17: note: declared here 631 | dqs_list_type * dqs_delete_head (); | ^~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1540:16: error: too many arguments to function 'dqs_insert'; expected 0, have 4 1540 | Tid_head=dqs_insert(DQS_STR0,ASCENDING,Tid_head,listel_ptr); | ^~~~~~~~~~ ../SRC/func.h:646:17: note: declared here 646 | dqs_list_type * dqs_insert (); | ^~~~~~~~~~ ../SRC/dqs_setup.c:1541:11: error: too many arguments to function 'dqs_delete_head'; expected 0, have 1 1541 | tmp=dqs_delete_head(tmp); | ^~~~~~~~~~~~~~~ ~~~ ../SRC/func.h:631:17: note: declared here 631 | dqs_list_type * dqs_delete_head (); | ^~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1545:3: error: too many arguments to function 'dqs_showlist'; expected 0, have 3 1545 | dqs_showlist(Tid_head,DQS_DEBUG|DQS_STR0|DQS_INT0,4); | ^~~~~~~~~~~~ ~~~~~~~~ ../SRC/func.h:661:6: note: declared here 661 | void dqs_showlist (); | ^~~~~~~~~~~~ ../SRC/def.h:1180:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1180 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1549:3: note: in expansion of macro 'DEXIT' 1549 | DEXIT; | ^~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c: In function 'dqs_get_dirents': ../SRC/dqs_setup.c:1555:16: warning: old-style function definition [-Wold-style-definition] 1555 | dqs_list_type *dqs_get_dirents(path) | ^~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1558:1: error: number of arguments doesn't match prototype 1558 | { | ^ ../SRC/func.h:76:17: error: prototype declaration 76 | dqs_list_type * dqs_get_dirents (); | ^~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1562:13: error: conflicting types for 'opendir'; have 'DIR *(void)' 1562 | DIR *cwd,*opendir(); | ^~~~~~~ /usr/include/dirent.h:98:26: note: previous declaration of 'opendir' with type 'DIR *(const char *)' 98 | extern DIR *opendir(const char *); | ^~~~~~~ ../SRC/def.h:1138:7: error: too many arguments to function 'dqs_log'; expected 0, have 5 1138 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1565:3: note: in expansion of macro 'DENTER_EXT' 1565 | DENTER_EXT((DQS_EVENT,"dqs_get_dirents")); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1567:7: error: too many arguments to function 'opendir'; expected 0, have 1 1567 | cwd=opendir(path); | ^~~~~~~ ~~~~ ../SRC/dqs_setup.c:1562:13: note: declared here 1562 | DIR *cwd,*opendir(); | ^~~~~~~ ../SRC/def.h:1079:31: error: too many arguments to function 'dqs_log'; expected 0, have 5 1079 | #define ERROR(x) sprintf x;dqs_log(LOG_ERR,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__) | ^~~~~~~ ../SRC/dqs_setup.c:1571:7: note: in expansion of macro 'ERROR' 1571 | ERROR((DQS_EVENT,"DQS_ERROR_0499 cannot opendir %s",path)); | ^~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1575:16: error: too many arguments to function 'readdir'; expected 0, have 1 1575 | while ((dent=readdir(cwd)) != NULL) | ^~~~~~~ ~~~ ../SRC/def.h:885:24: note: declared here 885 | struct dirent *readdir(); | ^~~~~~~ ../SRC/dqs_setup.c:1581:7: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 1581 | bzero((char *)&listel,sizeof(listel)); | ^~~~~ ../SRC/dqs_setup.c:1584:19: error: too many arguments to function 'dqs_string_insert'; expected 0, have 2 1584 | listel.str0=dqs_string_insert( (char *)NULL,dent->d_name); | ^~~~~~~~~~~~~~~~~ ../SRC/func.h:626:8: note: declared here 626 | char * dqs_string_insert (); | ^~~~~~~~~~~~~~~~~ ../SRC/dqs_setup.c:1585:12: error: too many arguments to function 'dqs_insert'; expected 0, have 4 1585 | head=dqs_insert(DQS_STR0,TAIL,head,&listel); | ^~~~~~~~~~ ../SRC/func.h:646:17: note: declared here 646 | dqs_list_type * dqs_insert (); | ^~~~~~~~~~ ../SRC/def.h:1180:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1180 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1591:3: note: in expansion of macro 'DEXIT' 1591 | DEXIT; | ^~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c: In function 'dqs_chdir': ../SRC/dqs_setup.c:1597:6: warning: old-style function definition [-Wold-style-definition] 1597 | void dqs_chdir(path) | ^~~~~~~~~ ../SRC/dqs_setup.c:1600:1: error: number of arguments doesn't match prototype 1600 | { | ^ ../SRC/func.h:81:6: error: prototype declaration 81 | void dqs_chdir (); | ^~~~~~~~~ ../SRC/def.h:1138:7: error: too many arguments to function 'dqs_log'; expected 0, have 5 1138 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1602:3: note: in expansion of macro 'DENTER_EXT' 1602 | DENTER_EXT((DQS_EVENT,"dqs_chdir")); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1078:31: error: too many arguments to function 'dqs_log'; expected 0, have 5 1078 | #define CRITICAL(x) sprintf x;dqs_log(LOG_CRIT,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__) | ^~~~~~~ ../SRC/dqs_setup.c:1606:7: note: in expansion of macro 'CRITICAL' 1606 | CRITICAL((DQS_EVENT,"DQS_ERROR_0500 cannot chdir() to %s",path)); | ^~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1180:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1180 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1610:3: note: in expansion of macro 'DEXIT' 1610 | DEXIT; | ^~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c: In function 'dqs_mkdir': ../SRC/dqs_setup.c:1616:6: warning: old-style function definition [-Wold-style-definition] 1616 | void dqs_mkdir(path,owner,group,fmode) | ^~~~~~~~~ ../SRC/dqs_setup.c:1622:1: error: number of arguments doesn't match prototype 1622 | { | ^ ../SRC/func.h:86:6: error: prototype declaration 86 | void dqs_mkdir (); | ^~~~~~~~~ ../SRC/def.h:1138:7: error: too many arguments to function 'dqs_log'; expected 0, have 5 1138 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1628:3: note: in expansion of macro 'DENTER_EXT' 1628 | DENTER_EXT((DQS_EVENT,"dqs_mkdir")); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1078:31: error: too many arguments to function 'dqs_log'; expected 0, have 5 1078 | #define CRITICAL(x) sprintf x;dqs_log(LOG_CRIT,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__) | ^~~~~~~ ../SRC/dqs_setup.c:1631:7: note: in expansion of macro 'CRITICAL' 1631 | CRITICAL((DQS_EVENT,"DQS_ERROR_0501 null path passed to dqs_mkdir()")); | ^~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1187:59: error: too many arguments to function 'dqs_log'; expected 0, have 5 1187 | sprintf(DQS_EVENT,"<-- %s() *** ERROR ***",DQS_FUNC);dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1632:7: note: in expansion of macro 'DEXITE' 1632 | DEXITE; | ^~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c:1636:3: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 1636 | bzero((char *)path_,sizeof(path_)); | ^~~~~ ../SRC/dqs_setup.c:1643:11: error: too many arguments to function 'dqs_domkdir'; expected 0, have 4 1643 | dqs_domkdir(path_,(pid_t)owner,(gid_t)group,(mode_t)fmode); | ^~~~~~~~~~~ ~~~~~ ../SRC/func.h:91:6: note: declared here 91 | void dqs_domkdir (); | ^~~~~~~~~~~ ../SRC/dqs_setup.c:1649:3: error: too many arguments to function 'dqs_domkdir'; expected 0, have 4 1649 | dqs_domkdir(path_,owner,group,fmode); | ^~~~~~~~~~~ ~~~~~ ../SRC/func.h:91:6: note: declared here 91 | void dqs_domkdir (); | ^~~~~~~~~~~ ../SRC/def.h:1180:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1180 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1651:3: note: in expansion of macro 'DEXIT' 1651 | DEXIT; | ^~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/dqs_setup.c: In function 'dqs_domkdir': ../SRC/dqs_setup.c:1657:6: warning: old-style function definition [-Wold-style-definition] 1657 | void dqs_domkdir(path_,owner,group,fmode) | ^~~~~~~~~~~ ../SRC/dqs_setup.c:1663:1: error: number of arguments doesn't match prototype 1663 | { | ^ ../SRC/func.h:91:6: error: prototype declaration 91 | void dqs_domkdir (); | ^~~~~~~~~~~ ../SRC/def.h:1138:7: error: too many arguments to function 'dqs_log'; expected 0, have 5 1138 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1667:3: note: in expansion of macro 'DENTER_EXT' 1667 | DENTER_EXT((DQS_EVENT,"dqs_domkdir")); | ^~~~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1145:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1145 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1671:7: note: in expansion of macro 'DPRINTF' 1671 | DPRINTF((DQS_EVENT,">%s< not found -- making",path_)); | ^~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1078:31: error: too many arguments to function 'dqs_log'; expected 0, have 5 1078 | #define CRITICAL(x) sprintf x;dqs_log(LOG_CRIT,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__) | ^~~~~~~ ../SRC/dqs_setup.c:1674:11: note: in expansion of macro 'CRITICAL' 1674 | CRITICAL((DQS_EVENT,"DQS_ERROR_0502 unable to mkdir(%s,%d)", | ^~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1187:59: error: too many arguments to function 'dqs_log'; expected 0, have 5 1187 | sprintf(DQS_EVENT,"<-- %s() *** ERROR ***",DQS_FUNC);dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1676:11: note: in expansion of macro 'DEXITE' 1676 | DEXITE; | ^~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1078:31: error: too many arguments to function 'dqs_log'; expected 0, have 5 1078 | #define CRITICAL(x) sprintf x;dqs_log(LOG_CRIT,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__) | ^~~~~~~ ../SRC/dqs_setup.c:1684:15: note: in expansion of macro 'CRITICAL' 1684 | CRITICAL((DQS_EVENT,"DQS_ERROR_0503 unable to chownr(%d,%d)", | ^~~~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1187:59: error: too many arguments to function 'dqs_log'; expected 0, have 5 1187 | sprintf(DQS_EVENT,"<-- %s() *** ERROR ***",DQS_FUNC);dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1686:15: note: in expansion of macro 'DEXITE' 1686 | DEXITE; | ^~~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ ../SRC/def.h:1180:6: error: too many arguments to function 'dqs_log'; expected 0, have 5 1180 | dqs_log(LOG_LEVEL,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__);\ | ^~~~~~~ ~~~~~~~~~ ../SRC/dqs_setup.c:1692:3: note: in expansion of macro 'DEXIT' 1692 | DEXIT; | ^~~~~ ../SRC/func.h:251:6: note: declared here 251 | void dqs_log (); | ^~~~~~~ *** [dqs_setup.o] Error code 1 make[2]: stopped making "all" in /tmp/work/parallel/dqs/work/DQS3/ARCS/x86_64-pc-solaris2.11 make[2]: 2 errors make[2]: stopped making "all" in /tmp/work/parallel/dqs/work/DQS3/ARCS/x86_64-pc-solaris2.11 *** [all] Error code 2 make[1]: stopped making "all" in /tmp/work/parallel/dqs/work/DQS3/ARCS/x86_64-pc-solaris2.11 make[1]: 1 error make[1]: stopped making "all" in /tmp/work/parallel/dqs/work/DQS3/ARCS/x86_64-pc-solaris2.11 *** [all] Error code 2 bmake: stopped making "all" in /tmp/work/parallel/dqs/work/DQS3 bmake: 1 error bmake: stopped making "all" in /tmp/work/parallel/dqs/work/DQS3 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/parallel/dqs *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/parallel/dqs