Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152698217
D15438.id42583.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
467 B
Referenced Files
None
Subscribers
None
D15438.id42583.diff
View Options
Index: head/sys/compat/freebsd32/freebsd32_misc.c
===================================================================
--- head/sys/compat/freebsd32/freebsd32_misc.c
+++ head/sys/compat/freebsd32/freebsd32_misc.c
@@ -2263,7 +2263,7 @@
error = userland_sysctl(td, name, uap->namelen,
uap->old, &oldlen, 1,
uap->new, uap->newlen, &j, SCTL_MASK32);
- if (error && error != ENOMEM)
+ if (error)
return (error);
if (uap->oldlenp)
suword32(uap->oldlenp, j);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 17, 2:07 PM (17 m, 45 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31663856
Default Alt Text
D15438.id42583.diff (467 B)
Attached To
Mode
D15438: Allow freebsd32 __sysctl(2) to return ENOMEM.
Attached
Detach File
Event Timeline
Log In to Comment