Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Dec 2011 15:31:06 +0000 (UTC)
From:      David Chisnall <theraven@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r228863 - head/include
Message-ID:  <201112241531.pBOFV6sX018826@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: theraven
Date: Sat Dec 24 15:31:06 2011
New Revision: 228863
URL: http://svn.freebsd.org/changeset/base/228863

Log:
  ...and actually install it.
  
  Approved by:	dim (mentor)

Modified:
  head/include/Makefile

Modified: head/include/Makefile
==============================================================================
--- head/include/Makefile	Sat Dec 24 15:17:01 2011	(r228862)
+++ head/include/Makefile	Sat Dec 24 15:31:06 2011	(r228863)
@@ -19,7 +19,7 @@ INCS=	a.out.h ar.h assert.h bitstring.h 
 	printf.h proc_service.h pthread.h \
 	pthread_np.h pwd.h ranlib.h readpassphrase.h regex.h \
 	res_update.h resolv.h runetype.h search.h semaphore.h setjmp.h \
-	signal.h spawn.h stab.h \
+	signal.h spawn.h stab.h stdatomic.h \
 	stdbool.h stddef.h stdio.h stdlib.h string.h stringlist.h \
 	strings.h sysexits.h tar.h termios.h tgmath.h \
 	time.h timeconv.h timers.h ttyent.h \



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