diff options
| author | mycroft <mycroft@NetBSD.org> | 1994-09-17 00:17:12 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1994-09-17 00:17:12 +0000 |
| commit | 97a272bc2ed5a254e7d910ebd05ac8a7a4f500d1 (patch) | |
| tree | 80378499c07dbc657f20e8e2bec40ca1309f9676 /gnu/usr.bin/gdb | |
| parent | 196ca74efe5a1d4bf08c64fdb40bd32fec267549 (diff) | |
vmunix --> netbsd
Diffstat (limited to 'gnu/usr.bin/gdb')
| -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."); |
