Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jun 2012 08:39:30 +0000 (UTC)
From:      "Andrey V. Elsukov" <ae@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r237749 - user/ae/bootcode/sys/boot/uboot/lib
Message-ID:  <201206290839.q5T8dUx0028948@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ae
Date: Fri Jun 29 08:39:30 2012
New Revision: 237749
URL: http://svn.freebsd.org/changeset/base/237749

Log:
  <netinet/in.h> is no longer needed.

Modified:
  user/ae/bootcode/sys/boot/uboot/lib/storage.c

Modified: user/ae/bootcode/sys/boot/uboot/lib/storage.c
==============================================================================
--- user/ae/bootcode/sys/boot/uboot/lib/storage.c	Fri Jun 29 07:35:37 2012	(r237748)
+++ user/ae/bootcode/sys/boot/uboot/lib/storage.c	Fri Jun 29 08:39:30 2012	(r237749)
@@ -35,7 +35,6 @@ __FBSDID("$FreeBSD$");
 
 #include <sys/param.h>
 #include <sys/disk.h>
-#include <netinet/in.h>
 #include <machine/stdarg.h>
 #include <stand.h>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206290839.q5T8dUx0028948>