diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-04-15 17:47:40 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-04-15 17:47:40 +0000 |
| commit | c1087c13240442926a34afa825b4dd3993868549 (patch) | |
| tree | 85994764e94105ae219ec63eaed3030d8e9d12b5 /sys/kern/subr_clist.c | |
| parent | 7e07ce2225a75a7d42ade04338c77b30b974113b (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_clist.c')
| -rw-r--r-- | sys/kern/subr_clist.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/subr_clist.c b/sys/kern/subr_clist.c index 3a806b6c1858..d990a121c793 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; { |
