From b598f559b2947bb9582b53221185bb27d86cd68f Mon Sep 17 00:00:00 2001 From: bde Date: Wed, 15 Apr 1998 17:47:40 +0000 Subject: Support compiling with `gcc -ansi'. --- sys/kern/subr_clist.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/kern/subr_clist.c') diff --git a/sys/kern/subr_clist.c b/sys/kern/subr_clist.c index 3a806b6..d990a12 100644 --- a/sys/kern/subr_clist.c +++ b/sys/kern/subr_clist.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: tty_subr.c,v 1.27 1997/03/24 11:24:37 bde Exp $ + * $Id: tty_subr.c,v 1.28 1997/10/12 20:24:09 phk Exp $ */ /* @@ -91,7 +91,7 @@ clist_init(dummy) * Remove a cblock from the cfreelist queue and return a pointer * to it. */ -static inline struct cblock * +static __inline struct cblock * cblock_alloc() { struct cblock *cblockp; @@ -108,7 +108,7 @@ cblock_alloc() /* * Add a cblock to the cfreelist queue. */ -static inline void +static __inline void cblock_free(cblockp) struct cblock *cblockp; { -- cgit v1.1