Module Name:    src
Committed By:   apb
Date:           Sun Feb 10 10:26:12 UTC 2013

Modified Files:
        src/sys/ddb: ddbvar.h

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/ddb/ddbvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/ddb/ddbvar.h
diff -u src/sys/ddb/ddbvar.h:1.9 src/sys/ddb/ddbvar.h:1.10
--- src/sys/ddb/ddbvar.h:1.9	Mon Apr 28 20:23:46 2008
+++ src/sys/ddb/ddbvar.h	Sun Feb 10 10:26:12 2013
@@ -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_onpanic;
 extern	int db_fromconsole;
 extern	int db_tee_msgbuf;
 
-int read_symtab_from_file(struct proc *,struct vnode *,const char *);
 #endif	/* !_DDBVAR_H_ */

Reply via email to