aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/tty_subr.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-04-15 17:47:40 +0000
committerBruce Evans <bde@FreeBSD.org>1998-04-15 17:47:40 +0000
commitc1087c13240442926a34afa825b4dd3993868549 (patch)
tree85994764e94105ae219ec63eaed3030d8e9d12b5 /sys/kern/tty_subr.c
parent7e07ce2225a75a7d42ade04338c77b30b974113b (diff)
downloadsrc-c1087c13240442926a34afa825b4dd3993868549.tar.gz
src-c1087c13240442926a34afa825b4dd3993868549.zip
Support compiling with `gcc -ansi'.
Notes
Notes: svn path=/head/; revision=35210
Diffstat (limited to 'sys/kern/tty_subr.c')
-rw-r--r--sys/kern/tty_subr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/tty_subr.c b/sys/kern/tty_subr.c
index 3a806b6c1858..d990a121c793 100644
--- a/sys/kern/tty_subr.c
+++ b/sys/kern/tty_subr.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;
{