svn commit: r197029 - head/lib/libc/net

Poul-Henning Kamp phk at FreeBSD.org
Wed Sep 9 10:31:21 UTC 2009


Author: phk
Date: Wed Sep  9 10:31:20 2009
New Revision: 197029
URL: http://svn.freebsd.org/changeset/base/197029

Log:
  Revert r196976, now that <machine/param.h> behaves predictably.

Modified:
  head/lib/libc/net/getifaddrs.c

Modified: head/lib/libc/net/getifaddrs.c
==============================================================================
--- head/lib/libc/net/getifaddrs.c	Wed Sep  9 10:31:09 2009	(r197028)
+++ head/lib/libc/net/getifaddrs.c	Wed Sep  9 10:31:20 2009	(r197029)
@@ -33,7 +33,6 @@
 __FBSDID("$FreeBSD$");
 
 #include "namespace.h"
-#include <sys/param.h>
 #include <sys/types.h>
 #include <sys/ioctl.h>
 #include <sys/socket.h>


More information about the svn-src-head mailing list