Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Nov 2008 00:57:41 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 153804 for review
Message-ID:  <200811300057.mAU0vfin040414@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=153804

Change 153804 by sam@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811300057.mAU0vfin040414>