PERFORCE change 144542 for review

Julian Elischer julian at FreeBSD.org
Thu Jul 3 09:22:04 UTC 2008


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

Change 144542 by julian at julian_trafmon1 on 2008/07/03 09:21:09

	make ifnet_setbyindex non-static

Affected files ...

.. //depot/projects/vimage/src/sys/net/if.c#29 edit
.. //depot/projects/vimage/src/sys/net/if_var.h#15 edit

Differences ...

==== //depot/projects/vimage/src/sys/net/if.c#29 (text+ko) ====

@@ -198,7 +198,7 @@
 	return (ifp);
 }
 
-static void
+void
 ifnet_setbyindex(u_short idx, struct ifnet *ifp)
 {
 

==== //depot/projects/vimage/src/sys/net/if_var.h#15 (text+ko) ====

@@ -650,6 +650,7 @@
 	struct cdev *ife_dev;
 };
 
+void ifnet_setbyindex(u_short idx, struct ifnet *ifp);
 struct ifnet	*ifnet_byindex(u_short idx);
 /*
  * Given the index, ifaddr_byindex() returns the one and only


More information about the p4-projects mailing list