Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108369965
D35323.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
310 B
Referenced Files
None
Subscribers
None
D35323.diff
View Options
diff --git a/sys/net/if_llatbl.h b/sys/net/if_llatbl.h
--- a/sys/net/if_llatbl.h
+++ b/sys/net/if_llatbl.h
@@ -166,7 +166,8 @@
struct lltable {
SLIST_ENTRY(lltable) llt_link;
- int llt_af;
+ sa_family_t llt_af;
+ uint8_t llt_spare[3];
int llt_hsize;
int llt_entries;
int llt_maxentries;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 25, 5:49 AM (20 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16126946
Default Alt Text
D35323.diff (310 B)
Attached To
Mode
D35323: lltable: use sa_family_t instead of int for lltable.llt_af
Attached
Detach File
Event Timeline
Log In to Comment