projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b88caf
)
Whoops! Make that #ifndef USG, not #ifdef
author
Stu Grossman
<grossman@cygnus>
Tue, 17 Sep 1991 08:11:00 +0000
(08:11 +0000)
committer
Stu Grossman
<grossman@cygnus>
Tue, 17 Sep 1991 08:11:00 +0000
(08:11 +0000)
gdb/coredep.c
patch
|
blob
|
history
diff --git
a/gdb/coredep.c
b/gdb/coredep.c
index e216eedcb1d09515d73cacf04e34a6df439cd028..87011c445fc33ea898949cd989b3787f7b14ea27 100644
(file)
--- a/
gdb/coredep.c
+++ b/
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
+#if
n
def USG
#include <sys/ptrace.h>
#endif