init: downgrade ENABLE_DEBUG_INIT to just a #define to prevent people
[oweals/busybox.git] / networking / traceroute.c
index 4e6ca2d9bddc0da6a9284bdac562182a40152b2c..29cebfa61f5413b2757a160fbf5f1f01f357ec58 100644 (file)
@@ -819,7 +819,7 @@ packet_ok(unsigned char *buf, int cc, struct sockaddr_in *from, int seq)
  * If the nflag has been supplied, give
  * numeric value, otherwise try for symbolic name.
  */
-static inline void
+static void
 print_inetname(struct sockaddr_in *from)
 {
        const char *ina;
@@ -836,7 +836,7 @@ print_inetname(struct sockaddr_in *from)
        }
 }
 
-static inline void
+static void
 print(unsigned char *buf, int cc, struct sockaddr_in *from)
 {
        struct ip *ip;