Module Name: src Committed By: christos Date: Fri Sep 13 23:16:48 UTC 2024
Modified Files: src/sys/external/bsd/acpica: acpica2netbsd Log Message: fix more windows damage: remove executable bit, fix capitalized file To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/external/bsd/acpica/acpica2netbsd Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/external/bsd/acpica/acpica2netbsd diff -u src/sys/external/bsd/acpica/acpica2netbsd:1.1 src/sys/external/bsd/acpica/acpica2netbsd:1.2 --- src/sys/external/bsd/acpica/acpica2netbsd:1.1 Sat Oct 25 17:00:06 2014 +++ src/sys/external/bsd/acpica/acpica2netbsd Fri Sep 13 19:16:48 2024 @@ -1,6 +1,6 @@ #!/bin/sh -# $NetBSD: acpica2netbsd,v 1.1 2014/10/25 21:00:06 christos Exp $ +# $NetBSD: acpica2netbsd,v 1.2 2024/09/13 23:16:48 christos Exp $ # # Copyright (c) 2014 The NetBSD Foundation. # All rights reserved. @@ -45,3 +45,5 @@ mv source/* . mv components/* . rmdir source components echo; echo +find . -type -f -exec chmod a-x {} + +mv include/ACPIXF.h include/ascpxf.h