Page MenuHomeFreeBSD

D39220.diff
No OneTemporary

D39220.diff

diff --git a/sys/sys/ucred.h b/sys/sys/ucred.h
--- a/sys/sys/ucred.h
+++ b/sys/sys/ucred.h
@@ -61,7 +61,7 @@
#if defined(_KERNEL) || defined(_WANT_UCRED)
struct ucred {
struct mtx cr_mtx;
- u_int cr_ref; /* (c) reference count */
+ int cr_ref; /* (c) reference count */
u_int cr_users; /* (c) proc + thread using this cred */
struct auditinfo_addr cr_audit; /* Audit properties. */
#define cr_startcopy cr_uid

File Metadata

Mime Type
text/plain
Expires
Mon, Sep 30, 6:14 PM (21 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
13196198
Default Alt Text
D39220.diff (425 B)

Event Timeline