projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b33f7a
)
rfelker writes in Bug 736: stty.c includes unneeded, obsolete header memory.h
author
Mike Frysinger
<vapier@gentoo.org>
Sun, 19 Feb 2006 22:43:58 +0000
(22:43 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Sun, 19 Feb 2006 22:43:58 +0000
(22:43 -0000)
coreutils/stty.c
patch
|
blob
|
history
diff --git
a/coreutils/stty.c
b/coreutils/stty.c
index 21759631e8e0d692ee285bffdf4e5387b5533a0f..63d586e5058f1051fea8d94c970853d29baf000d 100644
(file)
--- 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"