svn commit: trunk/busybox/coreutils

vapier at busybox.net vapier at busybox.net
Sun Feb 19 22:44:00 UTC 2006


Author: vapier
Date: 2006-02-19 14:43:58 -0800 (Sun, 19 Feb 2006)
New Revision: 14132

Log:
rfelker writes in Bug 736: stty.c includes unneeded, obsolete header memory.h


Modified:
   trunk/busybox/coreutils/stty.c


Changeset:
Modified: trunk/busybox/coreutils/stty.c
===================================================================
--- trunk/busybox/coreutils/stty.c	2006-02-19 22:41:41 UTC (rev 14131)
+++ trunk/busybox/coreutils/stty.c	2006-02-19 22:43:58 UTC (rev 14132)
@@ -44,7 +44,6 @@
 #include <ctype.h>
 #include <errno.h>
 #include <limits.h>
-#include <memory.h>
 #include <fcntl.h>
 #include "busybox.h"
 




More information about the busybox-cvs mailing list