Source-Changes-HG archive

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

[src/trunk]: src/sys/ddb read_symtab_from_file used to be defined in ddb/db_a...



details:   https://anonhg.NetBSD.org/src/rev/c91c30fed66f
branches:  trunk
changeset: 784805:c91c30fed66f
user:      apb <apb%NetBSD.org@localhost>
date:      Sun Feb 10 10:26:12 2013 +0000

description:
read_symtab_from_file used to be defined in ddb/db_aout.c, but that
file was deleted in 2011.  Now delete the declaration in ddb/ddbvar.h.

diffstat:

 sys/ddb/ddbvar.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 76ce78d7ed16 -r c91c30fed66f sys/ddb/ddbvar.h
--- a/sys/ddb/ddbvar.h  Sun Feb 10 03:09:07 2013 +0000
+++ b/sys/ddb/ddbvar.h  Sun Feb 10 10:26:12 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ddbvar.h,v 1.9 2008/04/28 20:23:46 martin Exp $        */
+/*     $NetBSD: ddbvar.h,v 1.10 2013/02/10 10:26:12 apb Exp $  */
 
 /*-
  * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -40,5 +40,4 @@
 extern int db_fromconsole;
 extern int db_tee_msgbuf;
 
-int read_symtab_from_file(struct proc *,struct vnode *,const char *);
 #endif /* !_DDBVAR_H_ */



Home | Main Index | Thread Index | Old Index