Source-Changes-HG archive

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

[src/trunk]: src/sys/conf Build net/zlib.c for DTrace



details:   https://anonhg.NetBSD.org/src/rev/3ba1f98b43f3
branches:  trunk
changeset: 327337:3ba1f98b43f3
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Wed Mar 05 03:16:43 2014 +0000

description:
Build net/zlib.c for DTrace

This is needed for building DTrace on ARM.

diffstat:

 sys/conf/files |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 938a29565610 -r 3ba1f98b43f3 sys/conf/files
--- a/sys/conf/files    Wed Mar 05 03:09:17 2014 +0000
+++ b/sys/conf/files    Wed Mar 05 03:16:43 2014 +0000
@@ -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/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



Home | Main Index | Thread Index | Old Index