svn commit: r334169 - head

Brooks Davis brooks at FreeBSD.org
Thu May 24 17:05:42 UTC 2018


Author: brooks
Date: Thu May 24 17:05:41 2018
New Revision: 334169
URL: https://svnweb.freebsd.org/changeset/base/334169

Log:
  exect() was removed in 2018, not 2017.

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Thu May 24 17:04:27 2018	(r334168)
+++ head/Makefile.inc1	Thu May 24 17:05:41 2018	(r334169)
@@ -808,7 +808,7 @@ _cleanobj_fast_depend_hack: .PHONY
 # 20180404  r332048  sigreturn
 # 20180405  r332080  shmat
 # 20180406  r332119  setlogin
-# 20170411  r332443  exect
+# 20180411  r332443  exect
 .for f in exect fstat fstatat fstatfs getdirentries getfsstat setlogin shmat sigreturn statfs
 .if exists(${OBJTOP}/lib/libc/.depend.${f}.o)
 	@if egrep -qw '${f}\.[sS]' \


More information about the svn-src-head mailing list