svn commit: r184747 - in stable/7/sys: . modules/cxgb netinet

Bjoern A. Zeeb bz at FreeBSD.org
Fri Nov 7 03:42:02 PST 2008


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>
 


More information about the svn-src-stable mailing list