hush: move msh/lash config into hush.c, no code changes
[oweals/busybox.git] / libbb / create_icmp6_socket.c
index a22ac5d02a54472ec94560490b1671d1eb266ab4..91e478ec83c62191510364c0212dda69d1f4b28d 100644 (file)
@@ -4,12 +4,14 @@
  *
  * create raw socket for icmp (IPv6 version) protocol
  * and drop root privileges if running setuid
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
 #include "libbb.h"
 
 #if ENABLE_FEATURE_IPV6
-int create_icmp6_socket(void)
+int FAST_FUNC create_icmp6_socket(void)
 {
        int sock;
 #if 0