Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149224444
D15438.id42554.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
452 B
Referenced Files
None
Subscribers
None
D15438.id42554.diff
View Options
Index: sys/compat/freebsd32/freebsd32_misc.c
===================================================================
--- sys/compat/freebsd32/freebsd32_misc.c
+++ 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
Tue, Mar 24, 3:06 AM (17 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30223414
Default Alt Text
D15438.id42554.diff (452 B)
Attached To
Mode
D15438: Allow freebsd32 __sysctl(2) to return ENOMEM.
Attached
Detach File
Event Timeline
Log In to Comment