summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_clist.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/subr_clist.c')
-rw-r--r--sys/kern/subr_clist.c6
1 files changed, 3 insertions, 3 deletions
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;
{
OpenPOWER on IntegriCloud