summaryrefslogtreecommitdiffstats
path: root/sys-utils/tunelp.c
diff options
context:
space:
mode:
authorDave Reisner2012-03-18 04:36:30 +0100
committerKarel Zak2012-03-20 09:53:45 +0100
commitcb493ccb664169f4c789c7c0e344a20a3e02dfd9 (patch)
tree9c17de797865a1103f210b49c0912787361aa18c /sys-utils/tunelp.c
parentfindmnt: add FS size, avail, used, and use% columns (diff)
downloadkernel-qcow2-util-linux-cb493ccb664169f4c789c7c0e344a20a3e02dfd9.tar.gz
kernel-qcow2-util-linux-cb493ccb664169f4c789c7c0e344a20a3e02dfd9.tar.xz
kernel-qcow2-util-linux-cb493ccb664169f4c789c7c0e344a20a3e02dfd9.zip
tunelp: remove old, now unneeded header
malloc and friends are provided by stdlib.h. Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'sys-utils/tunelp.c')
-rw-r--r--sys-utils/tunelp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-utils/tunelp.c b/sys-utils/tunelp.c
index 700fe6558..98b00f6ef 100644
--- a/sys-utils/tunelp.c
+++ b/sys-utils/tunelp.c
@@ -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>