mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 20:49:43 +00:00
* dwarfread.c: Remove second inclusion of <sys/types.h>, which
causes problems if <sys/types.h> has no multiple inclusion protection.
This commit is contained in:
parent
5c07a10bb4
commit
8ce2cfc039
@ -2,6 +2,8 @@ Thu Feb 24 04:29:19 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
||||
|
||||
* exec.c (print_section_info): Print entry point for exec_bfd only.
|
||||
* ser-unix.c (wait_for): Fix typo in HAVE_TERMIO case.
|
||||
* dwarfread.c: Remove second inclusion of <sys/types.h>, which
|
||||
causes problems if <sys/types.h> has no multiple inclusion protection.
|
||||
|
||||
Wed Feb 23 16:28:55 1994 Jeffrey A. Law (law@cygnus.com)
|
||||
|
||||
|
@ -56,7 +56,6 @@ other things to work on, if you get bored. :-)
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifndef NO_SYS_FILE
|
||||
#include <sys/file.h>
|
||||
|
Loading…
Reference in New Issue
Block a user