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.
This commit is contained in:
apb 2013-02-10 10:26:12 +00:00
parent da71c141ee
commit bf2dfb8fc5
1 changed files with 1 additions and 2 deletions

View File

@ -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_ */