Displaying 3 results from an estimated 3 matches for "net_us".
Did you mean:
net_ns
2005 Jul 25
4
"missing" directories
Running Samba 3.0.14a under kernal 2.6.11-1.1369 (Fedora core 4)
I'm trying to set up a file server for use with XP network. I have an
interesting problem that came to light when I had difficulty connecting from
Windows.
I can set up a shared directory exactly as detailed in the troubleshooting
guide (setting up /tmp as tmp) and can connect from my account on the
server.
If I try to
2007 Aug 19
1
[PATCH 1/5] um/... convert #include "linux/..." to #include <linux/...>
...clude "linux/init.h"
-#include "linux/netdevice.h"
-#include "linux/etherdevice.h"
+#include <linux/kernel.h>
+#include <linux/init.h>
+#include <linux/netdevice.h>
+#include <linux/etherdevice.h>
#include "net_kern.h"
#include "net_user.h"
#include "daemon.h"
diff --git a/arch/um/drivers/hostaudio_kern.c b/arch/um/drivers/hostaudio_kern.c
index 10e08a8..5efbd0f 100644
--- a/arch/um/drivers/hostaudio_kern.c
+++ b/arch/um/drivers/hostaudio_kern.c
@@ -3,13 +3,13 @@
* Licensed under the GPL
*/
-#include "l...
2007 Aug 19
1
[PATCH 1/5] um/... convert #include "linux/..." to #include <linux/...>
...clude "linux/init.h"
-#include "linux/netdevice.h"
-#include "linux/etherdevice.h"
+#include <linux/kernel.h>
+#include <linux/init.h>
+#include <linux/netdevice.h>
+#include <linux/etherdevice.h>
#include "net_kern.h"
#include "net_user.h"
#include "daemon.h"
diff --git a/arch/um/drivers/hostaudio_kern.c b/arch/um/drivers/hostaudio_kern.c
index 10e08a8..5efbd0f 100644
--- a/arch/um/drivers/hostaudio_kern.c
+++ b/arch/um/drivers/hostaudio_kern.c
@@ -3,13 +3,13 @@
* Licensed under the GPL
*/
-#include "l...