svn commit: r190784 - head/sys/modules/nfsclient

Robert Watson rwatson at FreeBSD.org
Mon Apr 6 14:49:48 PDT 2009


On Mon, 6 Apr 2009, John Baldwin wrote:

> Author: jhb
> Date: Mon Apr  6 20:17:28 2009
> New Revision: 190784
> URL: http://svn.freebsd.org/changeset/base/190784
>
> Log:
>  Add opt_kdtrace.h to fix standalone module build.

Thanks!

Robert N M Watson
Computer Laboratory
University of Cambridge

>
> Modified:
>  head/sys/modules/nfsclient/Makefile
>
> Modified: head/sys/modules/nfsclient/Makefile
> ==============================================================================
> --- head/sys/modules/nfsclient/Makefile	Mon Apr  6 19:12:47 2009	(r190783)
> +++ head/sys/modules/nfsclient/Makefile	Mon Apr  6 20:17:28 2009	(r190784)
> @@ -10,7 +10,7 @@ SRCS=	vnode_if.h \
> 	opt_inet.h opt_nfs.h opt_bootp.h opt_nfsroot.h
> SRCS+=	nfs4_dev.c nfs4_idmap.c nfs4_socket.c nfs4_subs.c \
> 	nfs4_vfs_subs.c  nfs4_vfsops.c nfs4_vn_subs.c nfs4_vnops.c
> -SRCS+=	opt_inet6.h opt_kgssapi.h opt_route.h
> +SRCS+=	opt_inet6.h opt_kdtrace.h opt_kgssapi.h opt_route.h
>
> # USE THE RPCCLNT:
> CFLAGS+= -DRPCCLNT_DEBUG
>


More information about the svn-src-head mailing list