Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Apr 2013 12:49:42 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r249360 - head/lib/libc/stdio
Message-ID:  <201304111249.r3BCngFQ062737@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



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