diff options
author | attilio <attilio@FreeBSD.org> | 2012-10-18 12:04:56 +0000 |
---|---|---|
committer | attilio <attilio@FreeBSD.org> | 2012-10-18 12:04:56 +0000 |
commit | 65d8b7120dda17d3319b5cb108caf8e3596f905f (patch) | |
tree | bd8beba1f741059b6d9618b1d3ae6b157a5183c3 /usr.bin | |
parent | 79873f5916d43087246ed5b95823cc20014e07a4 (diff) | |
download | FreeBSD-src-65d8b7120dda17d3319b5cb108caf8e3596f905f.zip FreeBSD-src-65d8b7120dda17d3319b5cb108caf8e3596f905f.tar.gz |
Disconnect non-MPSAFE SMBFS from the build in preparation for dropping
GIANT from VFS. In addition, disconnect also netsmb, which is a base
requirement for SMBFS.
In the while SMBFS regular users can use FUSE interface and smbnetfs
port to work with their SMBFS partitions.
Also, there are ongoing efforts by vendor to support in-kernel smbfs,
so there are good chances that it will get relinked once properly locked.
This is not targeted for MFC.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/Makefile.amd64 | 1 | ||||
-rw-r--r-- | usr.bin/Makefile.i386 | 1 | ||||
-rw-r--r-- | usr.bin/Makefile.ia64 | 1 | ||||
-rw-r--r-- | usr.bin/Makefile.powerpc | 1 | ||||
-rw-r--r-- | usr.bin/Makefile.sparc64 | 1 | ||||
-rw-r--r-- | usr.bin/kdump/kdump.c | 2 |
6 files changed, 0 insertions, 7 deletions
diff --git a/usr.bin/Makefile.amd64 b/usr.bin/Makefile.amd64 index fee2fb0..b720e3d 100644 --- a/usr.bin/Makefile.amd64 +++ b/usr.bin/Makefile.amd64 @@ -1,3 +1,2 @@ # $FreeBSD$ -SUBDIR+= smbutil diff --git a/usr.bin/Makefile.i386 b/usr.bin/Makefile.i386 index fee2fb0..b720e3d 100644 --- a/usr.bin/Makefile.i386 +++ b/usr.bin/Makefile.i386 @@ -1,3 +1,2 @@ # $FreeBSD$ -SUBDIR+= smbutil diff --git a/usr.bin/Makefile.ia64 b/usr.bin/Makefile.ia64 index fee2fb0..b720e3d 100644 --- a/usr.bin/Makefile.ia64 +++ b/usr.bin/Makefile.ia64 @@ -1,3 +1,2 @@ # $FreeBSD$ -SUBDIR+= smbutil diff --git a/usr.bin/Makefile.powerpc b/usr.bin/Makefile.powerpc index fee2fb0..b720e3d 100644 --- a/usr.bin/Makefile.powerpc +++ b/usr.bin/Makefile.powerpc @@ -1,3 +1,2 @@ # $FreeBSD$ -SUBDIR+= smbutil diff --git a/usr.bin/Makefile.sparc64 b/usr.bin/Makefile.sparc64 index fee2fb0..b720e3d 100644 --- a/usr.bin/Makefile.sparc64 +++ b/usr.bin/Makefile.sparc64 @@ -1,3 +1,2 @@ # $FreeBSD$ -SUBDIR+= smbutil diff --git a/usr.bin/kdump/kdump.c b/usr.bin/kdump/kdump.c index 73fef94..bd3ceab 100644 --- a/usr.bin/kdump/kdump.c +++ b/usr.bin/kdump/kdump.c @@ -1420,8 +1420,6 @@ ktrsockaddr(struct sockaddr *sa) TODO: Support additional address families #include <netnatm/natm.h> struct sockaddr_natm *natm; - #include <netsmb/netbios.h> - struct sockaddr_nb *nb; */ char addr[64]; |