svn commit: r228863 - head/include

David Chisnall theraven at FreeBSD.org
Sat Dec 24 15:31:07 UTC 2011


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 \


More information about the svn-src-all mailing list