Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-20 01:43:58 +0300
committerMike Frysinger <vapier@gentoo.org>2006-02-20 01:43:58 +0300
commitdfd902b7ff5b0c539886f33407aea5555152ff06 (patch)
tree9af4210d94333a9127b7779caaf8425ee8975633 /coreutils/stty.c
parent4b33f7aa413551f8c0cd024e449357fc14203803 (diff)
rfelker writes in Bug 736: stty.c includes unneeded, obsolete header memory.h
Diffstat (limited to 'coreutils/stty.c')
-rw-r--r--coreutils/stty.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/stty.c b/coreutils/stty.c
index 21759631e..63d586e50 100644
--- a/coreutils/stty.c
+++ b/coreutils/stty.c
@@ -44,7 +44,6 @@
#include <ctype.h>
#include <errno.h>
#include <limits.h>
-#include <memory.h>
#include <fcntl.h>
#include "busybox.h"