=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/dc/inout.c,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- src/usr.bin/dc/inout.c 2021/11/10 04:39:16 1.22 +++ src/usr.bin/dc/inout.c 2023/03/08 04:43:10 1.23 @@ -1,4 +1,4 @@ -/* $OpenBSD: inout.c,v 1.22 2021/11/10 04:39:16 tb Exp $ */ +/* $OpenBSD: inout.c,v 1.23 2023/03/08 04:43:10 guenther Exp $ */ /* * Copyright (c) 2003, Otto Moerbeek @@ -81,7 +81,6 @@ (void)ungetc(src->lastchar, src->u.stream); } -/* ARGSUSED */ static void src_freestream(struct source *src) {