Displaying 3 results from an estimated 3 matches for "etap".
Did you mean:
eta
2003 Mar 17
1
Samba & Wins Server
...accessed by mapping network drives from the PC.
smbd and nmbd are kicked off from inetd
The smb.conf file is
[global]
guest account = mis
valid users = mis
workgroup = euabz
wins server = 161.102.144.9
log file = /usr/local/samba/var/log.%m
server string = Samba Server for D1ETAP
max log size = 50
security=share
preserve case = yes
default case = no
mangle case = yes
socket options = TCP_NODELAY
wins support = no
domain master = no
local master = no
preferred master = no
os level = 0
[GAS]
comment = D1 Etap Gas Share
guest ok = yes...
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/init.h>
+#include <linux/netdevice.h>
+#include <linux/etherdevice.h>
#include "net_kern.h"
#include "net_user.h"
#include "etap.h"
diff --git a/arch/um/os-Linux/drivers/tuntap_kern.c b/arch/um/os-Linux/drivers/tuntap_kern.c
index f1714e7..f1a934c 100644
--- a/arch/um/os-Linux/drivers/tuntap_kern.c
+++ b/arch/um/os-Linux/drivers/tuntap_kern.c
@@ -3,12 +3,12 @@
* Licensed under the GPL
*/
-#include "linux/stdd...
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/init.h>
+#include <linux/netdevice.h>
+#include <linux/etherdevice.h>
#include "net_kern.h"
#include "net_user.h"
#include "etap.h"
diff --git a/arch/um/os-Linux/drivers/tuntap_kern.c b/arch/um/os-Linux/drivers/tuntap_kern.c
index f1714e7..f1a934c 100644
--- a/arch/um/os-Linux/drivers/tuntap_kern.c
+++ b/arch/um/os-Linux/drivers/tuntap_kern.c
@@ -3,12 +3,12 @@
* Licensed under the GPL
*/
-#include "linux/stdd...