]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Mon Apr 14 15:54:51 1997 Geoffrey Noer <noer@pizza.cygnus.com>
authorGeoffrey Noer <noer@cygnus>
Mon, 14 Apr 1997 23:06:49 +0000 (23:06 +0000)
committerGeoffrey Noer <noer@cygnus>
Mon, 14 Apr 1997 23:06:49 +0000 (23:06 +0000)
        * procfs.c (notice_signals): fix typo

gdb/ChangeLog
gdb/procfs.c

index 33edc939a14585320f99a3537ee4d4c262a93ea4..04957e41f73497945026f790c9ea6d0e7607cec4 100644 (file)
@@ -1,3 +1,7 @@
+Mon Apr 14 15:54:51 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
+
+       * procfs.c (notice_signals): fix typo
+
 Mon Apr 14 16:25:10 1997  Ian Lance Taylor  <ian@cygnus.com>
 
        * gdbserver/Makefile.in (INSTALL): Change install.sh to
index 4ce9d983c090edf33b33fff50c871d4b2c7eec0a..539835e815e3fe55f20dfa35d77f0f2848817f87 100644 (file)
@@ -2336,7 +2336,7 @@ procfs_notice_signals (pid)
 #ifdef UNIXWARE
   premptyset (&sctl.sigset);
 #else
-  sctl.sigset = &pi->prrun.pr_trace;
+  sctl.sigset = pi->prrun.pr_trace;
 #endif
 
   notice_signals (pi, &sctl);