udhcpc: fix a problem with binary-encoded options #2
[oweals/busybox.git] / libbb / create_icmp_socket.c
index 64beba82baa2f7c14d10f05a97e19f7fee30512e..58562698359cf27d107d172d3f94579a00e527e3 100644 (file)
@@ -4,11 +4,13 @@
  *
  * create raw socket for icmp protocol
  * and drop root privileges if running setuid
+ *
+ * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 
 #include "libbb.h"
 
-int create_icmp_socket(void)
+int FAST_FUNC create_icmp_socket(void)
 {
        int sock;
 #if 0