remove include of sys/dir.h. Appears unnecessary and isn't available
on solaris.
This commit is contained in:
parent
304977ab6f
commit
e0508fdcf3
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Mon Aug 23 17:16:23 1993 K. Richard Pixley (rich@sendai.cygnus.com)
|
||||||
|
|
||||||
|
* m88k-tdep.c: remove include of sys/dir.h. Appears unnecessary
|
||||||
|
and isn't available on solaris.
|
||||||
|
|
||||||
Mon Aug 23 14:56:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
Mon Aug 23 14:56:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
* config/m88k/{delta88v4.mt,delta88v4.mh}: New files
|
* config/m88k/{delta88v4.mt,delta88v4.mh}: New files
|
||||||
|
|
|
@ -27,7 +27,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <sys/dir.h>
|
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include "gdbcore.h"
|
#include "gdbcore.h"
|
||||||
#include <sys/user.h>
|
#include <sys/user.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue