Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Feb 2015 23:34:40 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r278336 - head/sys/conf
Message-ID:  <201502062334.t16NYeSf006395@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Fri Feb  6 23:34:40 2015
New Revision: 278336
URL: https://svnweb.freebsd.org/changeset/base/278336

Log:
  Unbreak the build (memchr is explicitly required by devctl(9) after r278320)
  
  Submitted by: Michael Butler <imb@protected-networks.net>
  Reported by: O. Hartmann <ohartman@zedat.fu-berlin.de>

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Fri Feb  6 23:19:17 2015	(r278335)
+++ head/sys/conf/files	Fri Feb  6 23:34:40 2015	(r278336)
@@ -3193,7 +3193,7 @@ libkern/jenkins_hash.c		standard
 libkern/murmur3_32.c		standard
 libkern/mcount.c		optional profiling-routine
 libkern/memcchr.c		standard
-libkern/memchr.c		optional fdt | gdb
+libkern/memchr.c		standard
 libkern/memcmp.c		standard
 libkern/memmem.c		optional gdb
 libkern/qsort.c			standard



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