Page MenuHomeFreeBSD

D15438.diff
No OneTemporary

D15438.diff

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

Mime Type
text/plain
Expires
Mon, Jul 13, 5:16 PM (12 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35039521
Default Alt Text
D15438.diff (467 B)

Event Timeline