diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-09-27 17:42:08 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-09-27 17:42:08 +0000 |
commit | af4d086de5e5a5d7fb3e682f419c0351677c376b (patch) | |
tree | 91fcaaec1ec155ace2d6e6d87854b9bd1aabea28 /sys | |
parent | a25c1bfc1f43a62df0ab3e9e355cd46f7d72eeec (diff) |
some inline
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/stand/libsa/smpprobe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/libsa/smpprobe.c b/sys/arch/i386/stand/libsa/smpprobe.c index bad1ba2aa3e..d40a5050d14 100644 --- a/sys/arch/i386/stand/libsa/smpprobe.c +++ b/sys/arch/i386/stand/libsa/smpprobe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: smpprobe.c,v 1.2 1998/04/18 07:39:55 deraadt Exp $ */ +/* $OpenBSD: smpprobe.c,v 1.3 1998/09/27 17:42:07 mickey Exp $ */ /* * Copyright (c) 1997 Tobias Weingartner @@ -52,7 +52,7 @@ typedef struct _mp_float { } mp_float_t; -static int +static __inline int mp_checksum(ptr, len) u_int8_t *ptr; int len; |