diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/gdb/gdb/infptrace.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gdb/gdb/infptrace.c b/gnu/usr.bin/gdb/gdb/infptrace.c index ff708bdee92..1decbe23b78 100644 --- a/gnu/usr.bin/gdb/gdb/infptrace.c +++ b/gnu/usr.bin/gdb/gdb/infptrace.c @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: infptrace.c,v 1.2 1994/02/04 16:40:20 pk Exp $ + $Id: infptrace.c,v 1.3 1994/09/17 00:17:12 mycroft Exp $ */ #include "defs.h" @@ -185,7 +185,7 @@ _initialize_kernel_u_addr () names[0].n_un.n_name = "_u"; names[1].n_un.n_name = NULL; - if (nlist ("/vmunix", names) == 0) + if (nlist ("/netbsd", names) == 0) kernel_u_addr = names[0].n_value; else fatal ("Unable to get kernel u area address."); |
