PERFORCE change 135756 for review

John Birrell jb at FreeBSD.org
Tue Feb 19 23:19:00 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=135756

Change 135756 by jb at jb_freebsd1 on 2008/02/19 23:18:33

	The CTF code is zipped, not gzipped.

Affected files ...

.. //depot/projects/dtrace/src/sys/conf/files#72 edit

Differences ...

==== //depot/projects/dtrace/src/sys/conf/files#72 (text+ko) ====

@@ -1416,7 +1416,7 @@
 kern/device_if.m		standard
 kern/imgact_elf.c		standard
 kern/imgact_shell.c		standard
-kern/inflate.c			optional gzip | ddb_ctf
+kern/inflate.c			optional gzip
 kern/init_main.c		standard
 kern/init_sysent.c		standard
 kern/ksched.c			optional _kposix_priority_scheduling
@@ -1660,7 +1660,8 @@
 net/slcompress.c		optional netgraph_vjc | ppp | sl | sppp | \
 					 netgraph_sppp
 net/zlib.c			optional crypto | geom_uzip | ipsec | \
-					 mxge | ppp_deflate | netgraph_deflate
+					 mxge | ppp_deflate | netgraph_deflate | \
+					 ddb_ctf
 net80211/ieee80211.c		optional wlan
 net80211/ieee80211_acl.c	optional wlan_acl
 net80211/ieee80211_amrr.c	optional wlan_amrr


More information about the p4-projects mailing list