aboutsummaryrefslogtreecommitdiff
path: root/sys/posix4
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/posix4
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/posix4')
-rw-r--r--sys/posix4/ksched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/posix4/ksched.c b/sys/posix4/ksched.c
index c59fc052cc7b..fa66de573838 100644
--- a/sys/posix4/ksched.c
+++ b/sys/posix4/ksched.c
@@ -87,7 +87,7 @@ int ksched_detach(struct ksched *p)
#define p4prio_to_rtpprio(P) (RTP_PRIO_MAX - (P))
#define rtpprio_to_p4prio(P) (RTP_PRIO_MAX - (P))
-static inline int
+static __inline int
getscheduler(int *ret, struct ksched *ksched, struct proc *p)
{
int e = 0;