artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08257f5
)
Remove unused struct name
author
ratchov
<ratchov@openbsd.org>
Mon, 1 Nov 2021 18:23:09 +0000
(18:23 +0000)
committer
ratchov
<ratchov@openbsd.org>
Mon, 1 Nov 2021 18:23:09 +0000
(18:23 +0000)
usr.bin/sndiod/utils.h
patch
|
blob
|
history
diff --git
a/usr.bin/sndiod/utils.h
b/usr.bin/sndiod/utils.h
index
a3ba936
..
623af9b
100644
(file)
--- a/
usr.bin/sndiod/utils.h
+++ b/
usr.bin/sndiod/utils.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: utils.h,v 1.
6 2021/11/01 14:43:25
ratchov Exp $ */
+/* $OpenBSD: utils.h,v 1.
7 2021/11/01 18:23:09
ratchov Exp $ */
/*
* Copyright (c) 2003-2012 Alexandre Ratchov <alex@caoua.org>
*
@@
-20,11
+20,6
@@
#include <stddef.h>
-struct name {
- struct name *next;
- char str[];
-};
-
void log_puts(char *);
void log_putx(unsigned long);
void log_putu(unsigned long);