Page MenuHomeFreeBSD

D4536.diff
No OneTemporary

D4536.diff

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

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)

Event Timeline