svn commit: r244107 - stable/9/lib/libc/net

Kevin Lo kevlo at FreeBSD.org
Tue Dec 11 01:49:57 UTC 2012


Author: kevlo
Date: Tue Dec 11 01:49:57 2012
New Revision: 244107
URL: http://svnweb.freebsd.org/changeset/base/244107

Log:
  MFC r235767:
  
  Add missing header needed by free().
  
  Reported by:	tinderbox

Modified:
  stable/9/lib/libc/net/nsparser.y
Directory Properties:
  stable/9/lib/libc/   (props changed)

Modified: stable/9/lib/libc/net/nsparser.y
==============================================================================
--- stable/9/lib/libc/net/nsparser.y	Tue Dec 11 01:28:06 2012	(r244106)
+++ stable/9/lib/libc/net/nsparser.y	Tue Dec 11 01:49:57 2012	(r244107)
@@ -44,6 +44,7 @@ __FBSDID("$FreeBSD$");
 #define _NS_PRIVATE
 #include <nsswitch.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 #include <syslog.h>
 #include "un-namespace.h"


More information about the svn-src-all mailing list