Bug#247118: libc6-dev: Definition of kill() missing when using -D_BSD_SOURCE

2004-05-03 Thread konqueror
Package: libc6-dev Version: 2.3.2.ds1-11 Severity: normal I get a warning when compiling the following testapp: #include sys/types.h #include signal.h int main(int argc, char **argv) { kill(0,0); return 0; } I use the this command line: gcc -ansi -Wall -D_BSD_SOURCE -c

Bug#247118: libc6-dev: Definition of kill() missing when using -D_BSD_SOURCE

2004-05-03 Thread konqueror
Package: libc6-dev Version: 2.3.2.ds1-11 Severity: normal I get a warning when compiling the following testapp: #include sys/types.h #include signal.h int main(int argc, char **argv) { kill(0,0); return 0; } I use the this command line: gcc -ansi -Wall -D_BSD_SOURCE -c