appneta / tcpreplay

Pcap editing and replay tools for *NIX and Windows - Users please download source from
http://tcpreplay.appneta.com/wiki/installation.html#downloads
1.15k stars 268 forks source link

configure.ac: Avoid implicit int, implicit function declarations #757

Closed fweimer-rh closed 1 year ago

fweimer-rh commented 1 year ago

Do not call exit without declaring it. Add #include for fork. Add missing int type to the definition of main.

Implicit ints and implicit function declarations were removed from C in 1999 and will not be supported by future compilers.