svn commit: r200133 - head/lib/libc/gen

Ed Schouten ed at FreeBSD.org
Sat Dec 5 18:51:44 UTC 2009


Author: ed
Date: Sat Dec  5 18:51:44 2009
New Revision: 200133
URL: http://svn.freebsd.org/changeset/base/200133

Log:
  Remove (hidden) warning about missing prototypes for fdevname(3).

Modified:
  head/lib/libc/gen/fdevname.c

Modified: head/lib/libc/gen/fdevname.c
==============================================================================
--- head/lib/libc/gen/fdevname.c	Sat Dec  5 18:40:26 2009	(r200132)
+++ head/lib/libc/gen/fdevname.c	Sat Dec  5 18:51:44 2009	(r200133)
@@ -30,6 +30,7 @@ __FBSDID("$FreeBSD$");
 #include "namespace.h"
 #include <sys/param.h>
 #include <sys/ioctl.h>
+#include <stdlib.h>
 #include "un-namespace.h"
 
 char *


More information about the svn-src-all mailing list