Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109427195
D36018.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
495 B
Referenced Files
None
Subscribers
None
D36018.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D36018: linuxkpi: Add more notifier defines
Attached
Detach File
Event Timeline
Log In to Comment