#2589 closed defect (fixed)
gcc reports undefined NULL in inetutils-1.5
Reported by: | thomas | Owned by: | thomas |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | inetutils |
Cc: |
Description
Compilation (gcc-4.3.2) stops with
icmp_timestamp.c: In Funktion »icmp_timestamp_encode«: icmp_timestamp.c:46: Fehler: »NULL« nicht deklariert (erste Benutzung in dieser Funktion) icmp_timestamp.c:46: Fehler: (Jeder nicht deklarierte Bezeichner wird nur einmal aufgeführt icmp_timestamp.c:46: Fehler: für jede Funktion in der er auftritt.) make[2]: *** [icmp_timestamp.o] Fehler 1 make[2]: Leaving directory `/tmp/build/inetutils-1.5/libicmp' make[1]: *** [all-recursive] Fehler 1 make[1]: Leaving directory `/tmp/build/inetutils-1.5' make: *** [all] Fehler 2
A simple "#include <stdlib.h>" fixes this.
Change History (2)
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 14 years ago
Milestone: | 6.4 |
---|
Note:
See TracTickets
for help on using tickets.
Milestone 6.4 deleted