diff options
| author | Attilio Rao <attilio@FreeBSD.org> | 2012-10-18 12:04:56 +0000 |
|---|---|---|
| committer | Attilio Rao <attilio@FreeBSD.org> | 2012-10-18 12:04:56 +0000 |
| commit | 2e564269d0af3703815a10effe03c1f1773c9a46 (patch) | |
| tree | bd8beba1f741059b6d9618b1d3ae6b157a5183c3 /usr.bin | |
| parent | f9e26776a6149cb54a6b488f1c4465598d0015cf (diff) | |
Notes
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 fee2fb0768118..b720e3de68bf0 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 fee2fb0768118..b720e3de68bf0 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 fee2fb0768118..b720e3de68bf0 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 fee2fb0768118..b720e3de68bf0 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 fee2fb0768118..b720e3de68bf0 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 73fef94f8c80a..bd3ceab6717ba 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]; |
