Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/dev/lib/libnetsmb XXX: there must be a better way t...



details:   https://anonhg.NetBSD.org/src/rev/bb21bd4e92c3
branches:  trunk
changeset: 340034:bb21bd4e92c3
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Aug 20 14:27:15 2015 +0000

description:
XXX: there must be a better way to do this.

diffstat:

 sys/rump/dev/lib/libnetsmb/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 055de40cbd45 -r bb21bd4e92c3 sys/rump/dev/lib/libnetsmb/Makefile
--- a/sys/rump/dev/lib/libnetsmb/Makefile       Thu Aug 20 12:31:50 2015 +0000
+++ b/sys/rump/dev/lib/libnetsmb/Makefile       Thu Aug 20 14:27:15 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2015/08/20 11:51:12 christos Exp $
+#      $NetBSD: Makefile,v 1.7 2015/08/20 14:27:15 christos Exp $
 #
 
 .PATH: ${.CURDIR}/../../../../netsmb
@@ -14,7 +14,7 @@
 #CPPFLAGS+=    -DSMB_SOCKET_DEBUG -DSMB_IOD_DEBUG
 
 SRCS+= netsmb_iconv.c
-#RUMPCOMP_USER_SRCS=   netsmb_user.c
+RUMPCOMP_USER_SRCS=    netsmb_user.c
 
 .include <bsd.lib.mk>
 .include <bsd.klinks.mk>



Home | Main Index | Thread Index | Old Index