PERFORCE change 153804 for review

Sam Leffler sam at FreeBSD.org
Sat Nov 29 16:57:42 PST 2008


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

Change 153804 by sam at sam_ebb on 2008/11/30 00:57:00

	this branch has an experimental clone api, deal with it

Affected files ...

.. //depot/projects/vap/sys/contrib/pf/net/if_pfsync.c#6 edit

Differences ...

==== //depot/projects/vap/sys/contrib/pf/net/if_pfsync.c#6 (text+ko) ====

@@ -200,7 +200,8 @@
 
 int
 #ifdef __FreeBSD__
-pfsync_clone_create(struct if_clone *ifc, int unit, caddr_t param)
+pfsync_clone_create(struct if_clone *ifc, int unit,
+	enum uio_seg as, caddr_t param)
 #else
 pfsync_clone_create(struct if_clone *ifc, int unit)
 #endif


More information about the p4-projects mailing list