Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/dev/audio Add sentinel to the testtable[] array.



details:   https://anonhg.NetBSD.org/src/rev/b8476400663c
branches:  trunk
changeset: 744760:b8476400663c
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Feb 12 07:02:21 2020 +0000

description:
Add sentinel to the testtable[] array.

diffstat:

 tests/dev/audio/audiotest.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 563f00827cb4 -r b8476400663c tests/dev/audio/audiotest.c
--- a/tests/dev/audio/audiotest.c       Wed Feb 12 07:02:08 2020 +0000
+++ b/tests/dev/audio/audiotest.c       Wed Feb 12 07:02:21 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: audiotest.c,v 1.1 2020/02/11 07:03:16 isaki Exp $      */
+/*     $NetBSD: audiotest.c,v 1.2 2020/02/12 07:02:21 martin Exp $     */
 
 /*
  * Copyright (C) 2019 Tetsuya Isaki. All rights reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: audiotest.c,v 1.1 2020/02/11 07:03:16 isaki Exp $");
+__RCSID("$NetBSD: audiotest.c,v 1.2 2020/02/12 07:02:21 martin Exp $");
 
 #include <errno.h>
 #include <fcntl.h>
@@ -6431,4 +6431,5 @@
        ENT(audioctl_rw_RDWR),
        ENT(audioctl_poll),
        ENT(audioctl_kqueue),
+       {.name = NULL},
 };



Home | Main Index | Thread Index | Old Index