Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105767463
D4536.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D4536.diff
View Options
Index: head/sys/dev/wtap/if_wtap_module.c
===================================================================
--- head/sys/dev/wtap/if_wtap_module.c
+++ head/sys/dev/wtap/if_wtap_module.c
@@ -41,7 +41,6 @@
#include <sys/ucred.h>
#include <sys/jail.h>
-#include <sys/types.h>
#include <sys/sockio.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
Index: head/sys/dev/wtap/if_wtapvar.h
===================================================================
--- head/sys/dev/wtap/if_wtapvar.h
+++ head/sys/dev/wtap/if_wtapvar.h
@@ -32,7 +32,6 @@
#ifndef _DEV_WTAP_WTAPVAR_H
#define _DEV_WTAP_WTAPVAR_H
-#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/conf.h>
#include <sys/module.h>
@@ -44,7 +43,6 @@
#include <sys/lock.h>
#include <sys/mutex.h>
-#include <sys/types.h>
#include <sys/sockio.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
Index: head/sys/dev/wtap/plugins/visibility.c
===================================================================
--- head/sys/dev/wtap/plugins/visibility.c
+++ head/sys/dev/wtap/plugins/visibility.c
@@ -41,7 +41,6 @@
#include <sys/ucred.h>
#include <sys/jail.h>
-#include <sys/types.h>
#include <sys/sockio.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 10:05 AM (18 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15540229
Default Alt Text
D4536.diff (1 KB)
Attached To
Mode
D4536: wtap: do not include <sys/types.h> when <sys/param.h> is already included
Attached
Detach File
Event Timeline
Log In to Comment