Module Name:    src
Committed By:   ozaki-r
Date:           Wed Mar  5 03:16:43 UTC 2014

Modified Files:
        src/sys/conf: files

Log Message:
Build net/zlib.c for DTrace

This is needed for building DTrace on ARM.


To generate a diff of this commit:
cvs rdiff -u -r1.1084 -r1.1085 src/sys/conf/files

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/conf/files
diff -u src/sys/conf/files:1.1084 src/sys/conf/files:1.1085
--- src/sys/conf/files:1.1084	Thu Feb 27 13:00:06 2014
+++ src/sys/conf/files	Wed Mar  5 03:16:43 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: files,v 1.1084 2014/02/27 13:00:06 hannken Exp $
+#	$NetBSD: files,v 1.1085 2014/03/05 03:16:43 ozaki-r Exp $
 #	@(#)files.newconf	7.5 (Berkeley) 5/10/93
 
 version 	20100430
@@ -1707,7 +1707,7 @@ file	net/route.c
 file	net/rtbl.c
 file	net/rtsock.c
 file	net/slcompress.c		sl | ppp | strip | (irip & irip_vj)
-file	net/zlib.c			(ppp & ppp_deflate) | opencrypto | vnd_compression
+file	net/zlib.c			(ppp & ppp_deflate) | opencrypto | vnd_compression | kdtrace_hooks
 file	netinet/accf_data.c		accf_data
 file	netinet/accf_http.c		accf_http
 file	netinet/cpu_in_cksum.c		(inet | inet6) & !cpu_in_cksum

Reply via email to