Browse Source

Whoops! Make that #ifndef USG, not #ifdef

gdb-4_18-branch
Stu Grossman 35 years ago
parent
commit
2f1cfaddf9
  1. 2
      gdb/coredep.c

2
gdb/coredep.c

@ -32,7 +32,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <sys/file.h>
#include <sys/stat.h>
#include <sys/user.h>
#ifdef USG
#ifndef USG
#include <sys/ptrace.h>
#endif

Loading…
Cancel
Save