rtkit: Fixup the previous patch

Make it build on Solaris, second time around.
This commit is contained in:
David Henningsson 2013-05-28 12:58:10 +00:00
parent 76da410fe2
commit 7f9ef99f8b

View file

@ -292,8 +292,6 @@ finish:
return ret;
}
#endif
#ifndef RLIMIT_RTTIME
# define RLIMIT_RTTIME 15
#endif
@ -380,4 +378,6 @@ int fluid_rtkit_make_realtime(pid_t thread, int priority) {
return -ENOTSUP;
}
#endif
#endif /* defined(__linux__) || defined(__APPLE__) */
#endif /* DBUS_SUPPORT */