Whoops! Make that #ifndef USG, not #ifdef
authorStu Grossman <grossman@cygnus>
Tue, 17 Sep 1991 08:11:00 +0000 (08:11 +0000)
committerStu Grossman <grossman@cygnus>
Tue, 17 Sep 1991 08:11:00 +0000 (08:11 +0000)
gdb/coredep.c

index e216eed..87011c4 100644 (file)
@@ -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