Date: Sun, 11 Aug 2019 21:40:18 +0000 (UTC) From: Ian Lepore <ian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r350872 - stable/12 Message-ID: <201908112140.x7BLeI1q096938@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ian Date: Sun Aug 11 21:40:18 2019 New Revision: 350872 URL: https://svnweb.freebsd.org/changeset/base/350872 Log: MFC r349873: Add pwm.9, it was also deleted during the big round of pwm changes. Modified: stable/12/ObsoleteFiles.inc Directory Properties: stable/12/ (props changed) Modified: stable/12/ObsoleteFiles.inc ============================================================================== --- stable/12/ObsoleteFiles.inc Sun Aug 11 21:24:44 2019 (r350871) +++ stable/12/ObsoleteFiles.inc Sun Aug 11 21:40:18 2019 (r350872) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20190811: sys/pwm.h renamed to dev/pwmc.h and pwm(9) removed +OLD_FILES+=usr/include/sys/pwm.h usr/share/man/man9/pwm.9 # 20190723: new clang import which bumps version from 8.0.0 to 8.0.1. OLD_FILES+=usr/lib/clang/8.0.0/include/sanitizer/allocator_interface.h OLD_FILES+=usr/lib/clang/8.0.0/include/sanitizer/asan_interface.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908112140.x7BLeI1q096938>