Removed prototype for cblock_alloc_cblocks (and moved it into tty.h).
This commit is contained in:
parent
de88805bc0
commit
b18394cb09
@ -6,7 +6,7 @@
|
||||
* of this software, nor does the author assume any responsibility
|
||||
* for damages incurred with its use.
|
||||
*
|
||||
* $Id$
|
||||
* $Id: tty_subr.c,v 1.5 1994/08/02 07:42:53 davidg Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -27,8 +27,6 @@ int cfreecount = 0;
|
||||
#define INITIAL_CBLOCKS 50
|
||||
#endif
|
||||
|
||||
void cblock_alloc_cblocks __P((int));
|
||||
|
||||
#define MBUF_DIAG
|
||||
#ifdef MBUF_DIAG
|
||||
void
|
||||
|
@ -6,7 +6,7 @@
|
||||
* of this software, nor does the author assume any responsibility
|
||||
* for damages incurred with its use.
|
||||
*
|
||||
* $Id$
|
||||
* $Id: tty_subr.c,v 1.5 1994/08/02 07:42:53 davidg Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -27,8 +27,6 @@ int cfreecount = 0;
|
||||
#define INITIAL_CBLOCKS 50
|
||||
#endif
|
||||
|
||||
void cblock_alloc_cblocks __P((int));
|
||||
|
||||
#define MBUF_DIAG
|
||||
#ifdef MBUF_DIAG
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user