From 8d670a69629bd78324d01f21b76556edd8acf002 Mon Sep 17 00:00:00 2001 From: ratchov Date: Mon, 22 Apr 2024 10:57:36 +0000 Subject: [PATCH] sndiod: Drop duplicate prototype of dev_new() --- usr.bin/sndiod/dev.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/usr.bin/sndiod/dev.c b/usr.bin/sndiod/dev.c index 97c61c7fa15..c3d32509311 100644 --- a/usr.bin/sndiod/dev.c +++ b/usr.bin/sndiod/dev.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dev.c,v 1.110 2024/04/22 10:43:16 ratchov Exp $ */ +/* $OpenBSD: dev.c,v 1.111 2024/04/22 10:57:36 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * @@ -41,8 +41,6 @@ void dev_sub_bcopy(struct dev *, struct slot *); void dev_onmove(struct dev *, int); void dev_master(struct dev *, unsigned int); void dev_cycle(struct dev *); -struct dev *dev_new(char *, struct aparams *, unsigned int, unsigned int, - unsigned int, unsigned int, unsigned int, unsigned int); void dev_adjpar(struct dev *, int, int, int); int dev_allocbufs(struct dev *); void dev_freebufs(struct dev *); -- 2.20.1