diff options
author | obache <obache@pkgsrc.org> | 2009-02-24 09:36:23 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-02-24 09:36:23 +0000 |
commit | 037271e078336153409aadaf466a59af2426a52a (patch) | |
tree | 8cdb2ffad0279e397f4d56761a443907d43bb9bb /net/libupnp/distinfo | |
parent | 3787bfb859086ff1837fe8297050d50413fc7881 (diff) | |
download | pkgsrc-037271e078336153409aadaf466a59af2426a52a.tar.gz |
Changes SetPolicyType() in threadutil:
* From schedctl(8) of NetBSD-5-RC2, setting of priority for the process running
at SCHED_OTHER policy is not allowed, so change to skip if SCHED_OTHER is specified.
* Use sched_get_priority_min() instead of hard coded DEFAULT_SCHED_PARAM (= 0).
* Ajust return code as the "Returns:" section in this function's comment.
sched_setscheduler(3) return the previous policy if succeed, it may not be 0.
Bump PKGREVISION.
Diffstat (limited to 'net/libupnp/distinfo')
-rw-r--r-- | net/libupnp/distinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libupnp/distinfo b/net/libupnp/distinfo index 9b97269c8ad..575f17630c5 100644 --- a/net/libupnp/distinfo +++ b/net/libupnp/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.14 2008/05/15 13:42:29 obache Exp $ +$NetBSD: distinfo,v 1.15 2009/02/24 09:36:23 obache Exp $ SHA1 (libupnp-1.6.6.tar.bz2) = 24c2c349cb52ed3d62121fbdae205c8d9dc0f5fa RMD160 (libupnp-1.6.6.tar.bz2) = 25ff0390793cfa48cca32a335b4d633283b1fe64 Size (libupnp-1.6.6.tar.bz2) = 1146854 bytes -SHA1 (patch-aa) = 66473171bdabd6396766a328f448f5ce21835093 +SHA1 (patch-aa) = cfdbe2bfdac1aab7f6f74534429ceec70f1ceac3 SHA1 (patch-ab) = cfdedfc192854389d77ee79d875b618a204770f9 SHA1 (patch-ac) = 05ba4584d2ebdb2de041e67f4c8d1c05e4fc1970 SHA1 (patch-ae) = 7331c61d5b3a47ca3865788cf88a973d5e9352a1 |