Page MenuHomeFreeBSD

D36018.diff
No OneTemporary

D36018.diff

diff --git a/sys/compat/linuxkpi/common/include/linux/notifier.h b/sys/compat/linuxkpi/common/include/linux/notifier.h
--- a/sys/compat/linuxkpi/common/include/linux/notifier.h
+++ b/sys/compat/linuxkpi/common/include/linux/notifier.h
@@ -34,7 +34,10 @@
#include <sys/types.h>
#include <sys/eventhandler.h>
-#define NOTIFY_DONE 0
+#define NOTIFY_DONE 0
+#define NOTIFY_OK 0x0001
+#define NOTIFY_STOP_MASK 0x8000
+#define NOTIFY_BAD (NOTIFY_STOP_MASK | 0x0002)
enum {
NETDEV_CHANGE,

File Metadata

Mime Type
text/plain
Expires
Wed, Feb 5, 10:25 PM (5 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16482008
Default Alt Text
D36018.diff (495 B)

Event Timeline