PERFORCE change 144536 for review

Julian Elischer julian at FreeBSD.org
Thu Jul 3 08:17:59 UTC 2008


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

Change 144536 by julian at julian_trafmon1 on 2008/07/03 08:17:38

	Fix bad integration

Affected files ...

.. //depot/projects/vimage/src/sys/netinet/tcp_syncache.h#11 edit

Differences ...

==== //depot/projects/vimage/src/sys/netinet/tcp_syncache.h#11 (text+ko) ====

@@ -52,7 +52,7 @@
 void	 syncache_chkrst(struct in_conninfo *, struct tcphdr *);
 void	 syncache_badack(struct in_conninfo *);
 int	 syncache_pcbcount(void);
-int	 syncache_pcblist(struct sysctl_req *req, int max_pcbs, int *pcbs_exported);
+int	 syncache_pcblist(struct sysctl_req *req, int max_pcbs,
 	    int *pcbs_exported);
 
 struct syncache {


More information about the p4-projects mailing list