Date: Wed, 2 Oct 2002 00:44:50 -0700 (PDT) From: Mike Barcroft <mike@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.h Message-ID: <200210020744.g927iowa086778@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mike 2002/10/02 00:44:50 PDT Modified files: sys/net if.h Log: Use standards visibility conditionals to conditionalize most of this header (details on how the visibility conditionals work are available in <sys/cdefs.h>). Use standard types instead of BSD specific ones, so that this header compiles in the standards case (specifically this means changing `u_int' to `unsigned int'). Revision Changes Path 1.79 +15 -5 src/sys/net/if.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210020744.g927iowa086778>