Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Mar 2026 23:45:08 +0000
From:      Christos Margiolis <christos@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 0351c21f4f6b - stable/15 - virtual_oss(8): Expose ioctl interface
Message-ID:  <69acb884.47109.2d483d7f@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by christos:

URL: https://cgit.FreeBSD.org/src/commit/?id=0351c21f4f6b45c1003facf6410645763d4cfcf9

commit 0351c21f4f6b45c1003facf6410645763d4cfcf9
Author:     Christos Margiolis <christos@FreeBSD.org>
AuthorDate: 2026-03-04 18:06:17 +0000
Commit:     Christos Margiolis <christos@FreeBSD.org>
CommitDate: 2026-03-07 23:45:03 +0000

    virtual_oss(8): Expose ioctl interface
    
    PR:             293545
    Sponsored by:   The FreeBSD Foundation
    MFC after:      3 days
    
    (cherry picked from commit d15987cc06192f78a31040f2c142bcaf88e8a1ee)
---
 usr.sbin/virtual_oss/virtual_oss/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/usr.sbin/virtual_oss/virtual_oss/Makefile b/usr.sbin/virtual_oss/virtual_oss/Makefile
index 78532356f097..f5f3d684138e 100644
--- a/usr.sbin/virtual_oss/virtual_oss/Makefile
+++ b/usr.sbin/virtual_oss/virtual_oss/Makefile
@@ -12,6 +12,8 @@ SRCS=		audio_delay.c \
 		ring.c \
 		virtual_oss.c
 
+INCS=		${PROG}.h
+
 CFLAGS+=	-I${SYSROOT:U${DESTDIR}}/${INCLUDEDIR}/private/samplerate
 
 LIBADD=		cuse m nv pthread samplerate


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69acb884.47109.2d483d7f>