mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
remove redundant include of sys/time.h.
This commit is contained in:
parent
a6b98cb90a
commit
170d4f55ba
@ -1,5 +1,7 @@
|
||||
Wed Oct 14 18:56:28 1992 K. Richard Pixley (rich@sendai.cygnus.com)
|
||||
|
||||
* remote-vx.c: remove redundant include of sys/time.h.
|
||||
|
||||
* infrun.c: include ctype.h. Otherwise some machines result in
|
||||
undefined for isdigit.
|
||||
|
||||
|
@ -33,7 +33,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#include <signal.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/socket.h>
|
||||
#define malloc bogon_malloc /* Sun claims "char *malloc()" not void * */
|
||||
#define free bogon_free /* Sun claims "int free()" not void */
|
||||
|
Loading…
Reference in New Issue
Block a user