1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Remove bogus declaration of Debugger(). Change the macro for Debugger()

to call the function instead of doing nothing.
This commit is contained in:
Bruce Evans 1994-11-15 14:47:49 +00:00
parent d0c8f50566
commit 16bb31e361
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4509

View File

@ -14,7 +14,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@dialix.oz.au) Sept 1992
*
* $Id: sd.c,v 1.40 1994/11/03 18:20:15 joerg Exp $
* $Id: sd.c,v 1.41 1994/11/07 20:09:35 joerg Exp $
*/
#define SPLSD splbio
@ -44,12 +44,6 @@
u_int32 sdstrats, sdqueues;
#ifdef DDB
int Debugger(const char *);
#else /* DDB */
#define Debugger(x)
#endif /* DDB */
#define PAGESIZ 4096
#define SECSIZE 512
#define PDLOCATION 29