netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Add unix_diag.h to kernel userspace headers
@ 2012-01-20 20:41 Stephen Hemminger
  2012-01-21 18:13 ` Pavel Emelyanov
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Hemminger @ 2012-01-20 20:41 UTC (permalink / raw)
  To: David Miller, Pavel Emelyanov; +Cc: netdev

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@vyatta.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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-01-22 17:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-20 20:41 Add unix_diag.h to kernel userspace headers Stephen Hemminger
2012-01-21 18:13 ` Pavel Emelyanov
2012-01-22 17:38   ` Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).