From 27da3461c60f6d1713c3cae2bcfef6702e18b8ee Mon Sep 17 00:00:00 2001 From: Matthew Wilcox Date: Fri, 26 Mar 2004 21:42:42 -0800 Subject: [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. --- include/net/scm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/net') 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 +#include /* Well, we should have at least one descriptor open * to accept passed FDs 8) -- cgit v1.2.3