svn commit: r249360 - head/lib/libc/stdio

Ed Maste emaste at FreeBSD.org
Thu Apr 11 12:49:43 UTC 2013


Author: emaste
Date: Thu Apr 11 12:49:42 2013
New Revision: 249360
URL: http://svnweb.freebsd.org/changeset/base/249360

Log:
  Remove unused atomic header

Modified:
  head/lib/libc/stdio/fwalk.c

Modified: head/lib/libc/stdio/fwalk.c
==============================================================================
--- head/lib/libc/stdio/fwalk.c	Thu Apr 11 12:24:29 2013	(r249359)
+++ head/lib/libc/stdio/fwalk.c	Thu Apr 11 12:49:42 2013	(r249360)
@@ -37,7 +37,6 @@ static char sccsid[] = "@(#)fwalk.c	8.1 
 __FBSDID("$FreeBSD$");
 
 #include <sys/types.h>
-#include <machine/atomic.h>
 #include <stdio.h>
 #include "local.h"
 #include "glue.h"


More information about the svn-src-head mailing list