aboutsummaryrefslogtreecommitdiff
path: root/libbb/create_icmp_socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/create_icmp_socket.c')
-rw-r--r--libbb/create_icmp_socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/create_icmp_socket.c b/libbb/create_icmp_socket.c
index d75f8452d..585626983 100644
--- a/libbb/create_icmp_socket.c
+++ b/libbb/create_icmp_socket.c
@@ -5,7 +5,7 @@
5 * create raw socket for icmp protocol 5 * create raw socket for icmp protocol
6 * and drop root privileges if running setuid 6 * and drop root privileges if running setuid
7 * 7 *
8 * Licensed under GPLv2, see file LICENSE in this tarball for details. 8 * Licensed under GPLv2, see file LICENSE in this source tree.
9 */ 9 */
10 10
11#include "libbb.h" 11#include "libbb.h"