git: e9a30c90d31e - main - ObsoleteFiles.inc: Fix examples path
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 31 Aug 2024 16:37:08 UTC
The branch main has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=e9a30c90d31ea86e30d06abcd91fdbd8065cf7f6 commit e9a30c90d31ea86e30d06abcd91fdbd8065cf7f6 Author: Christos Margiolis <christos@FreeBSD.org> AuthorDate: 2024-08-31 16:35:07 +0000 Commit: Christos Margiolis <christos@FreeBSD.org> CommitDate: 2024-08-31 16:35:07 +0000 ObsoleteFiles.inc: Fix examples path Fixes: c3516c6533a1 ("ObsoleteFiles.inc: Update after sound changes") Sponsored by: The FreeBSD Foundation --- ObsoleteFiles.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index fe1eb89f1c9c..29cfdc05a3d3 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -55,14 +55,14 @@ OLD_LIBS+=usr/lib/ossl-modules/fips.so # 20240824: sound examples: midi.c moved out of oss/ -OLD_FILES+=share/examples/sound/oss/midi.c +OLD_FILES+=usr/share/examples/sound/oss/midi.c # 20240824: sound examples: Remove ossinit.h and rename basic.c to audio.c -OLD_FILES+=share/examples/sound/oss/ossinit.h -OLD_FILES+=share/examples/sound/oss/basic.c +OLD_FILES+=usr/share/examples/sound/oss/ossinit.h +OLD_FILES+=usr/share/examples/sound/oss/basic.c # 20240824: sound examples: Remove ossmidi.h -OLD_FILES+=share/examples/sound/oss/ossmidi.h +OLD_FILES+=usr/share/examples/sound/oss/ossmidi.h # 20240729: rename quick_exit_test to libc_exit_test OLD_FILES+=usr/tests/lib/libc/stdlib/quick_exit_test