summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorMatthew Wilcox <willy@debian.org>2004-03-26 21:42:42 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-03-26 21:42:42 -0800
commit27da3461c60f6d1713c3cae2bcfef6702e18b8ee (patch)
tree74cc429fda2fad1832fe9b747cbc30bf7304acfb /include/net
parent72a3b2097702b9c50a8b34c77d3a8313691ec7dd (diff)
[PATCH] consolidate compat_sys_mount
This replaces six duplicated implementations of various quality of sys32_mount with a shiny new compat_sys_mount(). It's been tested on parisc64 and sparc64 and fixes a bug exposed by the latest revision of Debian's initscripts. Thanks to Arnd Bergmann and Dave Miller for their suggestions, fixes and testing. Please apply.
Diffstat (limited to 'include/net')
-rw-r--r--include/net/scm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/scm.h b/include/net/scm.h
index 732f80337ea0..b7ba74dbc3fd 100644
--- a/include/net/scm.h
+++ b/include/net/scm.h
@@ -2,6 +2,7 @@
#define __LINUX_NET_SCM_H
#include <linux/limits.h>
+#include <linux/net.h>
/* Well, we should have at least one descriptor open
* to accept passed FDs 8)