=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/utils.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/sndiod/utils.h 2021/11/01 14:43:25 1.6 +++ src/usr.bin/sndiod/utils.h 2021/11/01 18:23:09 1.7 @@ -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 * @@ -19,11 +19,6 @@ #define UTILS_H #include - -struct name { - struct name *next; - char str[]; -}; void log_puts(char *); void log_putx(unsigned long);