Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/gdb/config fix typo



details:   https://anonhg.NetBSD.org/src/rev/b9204f95b614
branches:  trunk
changeset: 495702:b9204f95b614
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Aug 03 05:04:02 2000 +0000

description:
fix typo

diffstat:

 gnu/dist/gdb/config/nm-nbsd.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r a944d8f19aa9 -r b9204f95b614 gnu/dist/gdb/config/nm-nbsd.h
--- a/gnu/dist/gdb/config/nm-nbsd.h     Thu Aug 03 04:13:22 2000 +0000
+++ b/gnu/dist/gdb/config/nm-nbsd.h     Thu Aug 03 05:04:02 2000 +0000
@@ -37,7 +37,7 @@
 
 #define PTRACE_ARG3_TYPE char*
 
-#if !defind(NO_SOLIB)
+#if !defined(NO_SOLIB)
 #include "solib.h"      /* Support for shared libraries. */
 #endif
 



Home | Main Index | Thread Index | Old Index