Re: remove gccism from com(4)
> Date: Thu, 6 May 2021 19:56:57 + > From: Miod Vallat > > `return f()' when f is a void function is not allowed by the C standard > but is a gcc extension. Thanks. I probably inadvertedly copied that from the read code. Committed. > Index: com.c >
remove gccism from com(4)
`return f()' when f is a void function is not allowed by the C standard but is a gcc extension. Index: com.c === RCS file: /OpenBSD/src/sys/dev/ic/com.c,v retrieving revision 1.173 diff -u -p -r1.173 com.c --- com.c 14 Aug 2020