diff options
| author | martin <martin@NetBSD.org> | 2020-02-12 07:02:21 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2020-02-12 07:02:21 +0000 |
| commit | 02404e489bc90549917b912a43b4db0441eb56d1 (patch) | |
| tree | 654c5669950dbd9a85b08a4e5f0b3c2434ceda1e /tests/dev | |
| parent | f66f48170965d5f9ef7c2fc8cd9a1070f904f1b8 (diff) | |
Add sentinel to the testtable[] array.
Diffstat (limited to 'tests/dev')
| -rw-r--r-- | tests/dev/audio/audiotest.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/dev/audio/audiotest.c b/tests/dev/audio/audiotest.c index d16c0f7678d..edade7a692e 100644 --- a/tests/dev/audio/audiotest.c +++ b/tests/dev/audio/audiotest.c @@ -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 @@ struct testentry testtable[] = { ENT(audioctl_rw_RDWR), ENT(audioctl_poll), ENT(audioctl_kqueue), + {.name = NULL}, }; |
