Date: Fri, 7 Nov 2008 11:42:02 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org Subject: svn commit: r184747 - in stable/7/sys: . modules/cxgb netinet Message-ID: <200811071142.mA7Bg2Bx082737@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bz Date: Fri Nov 7 11:42:02 2008 New Revision: 184747 URL: http://svn.freebsd.org/changeset/base/184747 Log: MFC: r183014 (which was missed with r184739: r183013,r183017,r183032,r183034) Original commit message from HEAD: Julian: "oops commit the version that compiles" Unbreak RELENG_7 including the missing sys/proc.h header file. Approved by: re (kib) Modified: stable/7/sys/ (props changed) stable/7/sys/modules/cxgb/ (props changed) stable/7/sys/netinet/if_ether.c Modified: stable/7/sys/netinet/if_ether.c ============================================================================== --- stable/7/sys/netinet/if_ether.c Fri Nov 7 11:07:57 2008 (r184746) +++ stable/7/sys/netinet/if_ether.c Fri Nov 7 11:42:02 2008 (r184747) @@ -49,6 +49,7 @@ __FBSDID("$FreeBSD$"); #include <sys/systm.h> #include <sys/mbuf.h> #include <sys/malloc.h> +#include <sys/proc.h> #include <sys/socket.h> #include <sys/syslog.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811071142.mA7Bg2Bx082737>