svn commit: r352704 - head

Kyle Evans kevans at FreeBSD.org
Wed Sep 25 18:04:10 UTC 2019


Author: kevans
Date: Wed Sep 25 18:04:09 2019
New Revision: 352704
URL: https://svnweb.freebsd.org/changeset/base/352704

Log:
  Adjust Makefile.inc1 syscall sub commit

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Wed Sep 25 18:03:18 2019	(r352703)
+++ head/Makefile.inc1	Wed Sep 25 18:04:09 2019	(r352704)
@@ -947,7 +947,7 @@ _cleanobj_fast_depend_hack: .PHONY
 # Syscall stubs rewritten in C and obsolete MD assembly implementations
 # Date      SVN Rev  Syscalls
 # 20180604  r334626  brk sbrk
-# 20190916  r35XXXX  shm_open
+# 20190916  r352703  shm_open
 .for f in brk sbrk shm_open
 	@if [ -e "${OBJTOP}/lib/libc/.depend.${f}.o" ] && \
 	    egrep -qw '${f}\.[sS]' ${OBJTOP}/lib/libc/.depend.${f}.o; then \


More information about the svn-src-head mailing list