Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144927447
D33638.id100668.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
570 B
Referenced Files
None
Subscribers
None
D33638.id100668.diff
View Options
diff --git a/sys/nlm/nlm_prot.h b/sys/nlm/nlm_prot.h
--- a/sys/nlm/nlm_prot.h
+++ b/sys/nlm/nlm_prot.h
@@ -172,10 +172,10 @@
struct nlm4_holder {
bool_t exclusive;
- u_int32_t svid;
+ uint32_t svid;
netobj oh;
- u_int64_t l_offset;
- u_int64_t l_len;
+ uint64_t l_offset;
+ uint64_t l_len;
};
typedef struct nlm4_holder nlm4_holder;
@@ -183,9 +183,9 @@
char *caller_name;
netobj fh;
netobj oh;
- u_int32_t svid;
- u_int64_t l_offset;
- u_int64_t l_len;
+ uint32_t svid;
+ uint64_t l_offset;
+ uint64_t l_len;
};
typedef struct nlm4_lock nlm4_lock;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 15, 5:03 AM (18 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28727747
Default Alt Text
D33638.id100668.diff (570 B)
Attached To
Mode
D33638: sys/nlm: Use C99 fixed-width integer types.
Attached
Detach File
Event Timeline
Log In to Comment