]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tunelp: remove old, now unneeded header
authorDave Reisner <d@falconindy.com>
Sun, 18 Mar 2012 03:36:30 +0000 (23:36 -0400)
committerKarel Zak <kzak@redhat.com>
Tue, 20 Mar 2012 08:53:45 +0000 (09:53 +0100)
malloc and friends are provided by stdlib.h.

Signed-off-by: Dave Reisner <dreisner@archlinux.org>
sys-utils/tunelp.c

index 700fe6558ee16dddd95c8d90f9777a68b097b777..98b00f6efc763bb73e78702069453fb736afe0af 100644 (file)
@@ -52,7 +52,6 @@
 #include <errno.h>
 #include <fcntl.h>
 #include <getopt.h>
-#include <malloc.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>