PERFORCE change 131404 for review
    John Birrell 
    jb at FreeBSD.org
       
    Fri Dec 21 18:49:13 PST 2007
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=131404
Change 131404 by jb at jb_freebsd1 on 2007/12/22 02:48:28
	Remove a function prototype that clashes with a FreeBSD header.
	
	This whole file needs to be revised. The way it is coded it is actually
	zfs-specific.
	
	If we are going to have compatibility stuff like this, we need to put
	it in a kernel module of it's own and make the zfs, cyclic and dtrace
	modules depend on that.
	
	I feel like I'm building hacks on top of hacks. Sigh.
Affected files ...
.. //depot/projects/dtrace/src/sys/compat/opensolaris/kern/opensolaris_kmem.c#2 edit
Differences ...
==== //depot/projects/dtrace/src/sys/compat/opensolaris/kern/opensolaris_kmem.c#2 (text+ko) ====
@@ -200,7 +200,6 @@
 }
 
 #ifdef _KERNEL
-extern void zone_drain(uma_zone_t zone);
 void
 kmem_cache_reap_now(kmem_cache_t *cache)
 {
    
    
More information about the p4-projects
mailing list