PERFORCE change 65291 for review

Sam Leffler sam at FreeBSD.org
Tue Nov 16 19:11:34 PST 2004


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

Change 65291 by sam at sam_ebb on 2004/11/17 03:10:59

	correct decl to reflect code

Affected files ...

.. //depot/projects/wifi/sys/net/if_var.h#6 edit

Differences ...

==== //depot/projects/wifi/sys/net/if_var.h#6 (text+ko) ====

@@ -629,7 +629,7 @@
 void	if_detach(struct ifnet *);
 void	if_down(struct ifnet *);
 void	if_initname(struct ifnet *, const char *, int);
-void	if_link_state_change(struct ifnet *, int, int);
+void	if_link_state_change(struct ifnet *, int);
 int	if_printf(struct ifnet *, const char *, ...) __printflike(2, 3);
 int	if_setlladdr(struct ifnet *, const u_char *, int);
 void	if_up(struct ifnet *);


More information about the p4-projects mailing list