[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120120124109.478f65e3@nehalam.linuxnetplumber.net>
Date: Fri, 20 Jan 2012 12:41:09 -0800
From: Stephen Hemminger <shemminger@...tta.com>
To: David Miller <davem@...emloft.net>,
Pavel Emelyanov <xemul@...allels.com>
Cc: netdev@...r.kernel.org
Subject: Add unix_diag.h to kernel userspace headers
The change to use provide unix domain diag information in iproute2 means that
an additional header file has to be added to the kbuild header export list.
This ensures that any changes to the header file get picked up in future merges.
Signed-off-by: Stephen Hemminger <shemminger@...tta.com>
---
Patch for -net (ie 3.3)
--- a/include/linux/Kbuild 2012-01-10 10:56:59.659188065 -0800
+++ b/include/linux/Kbuild 2012-01-20 12:36:53.518655336 -0800
@@ -375,6 +375,7 @@ header-y += uio.h
header-y += ultrasound.h
header-y += un.h
header-y += unistd.h
+header-y += unix_diag.h
header-y += usbdevice_fs.h
header-y += utime.h
header-y += utsname.h
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists