CVS commit: src/lib/libc/isc
"Roland Illig" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: rillig Date: Sat Apr 18 21:52:22 UTC 2026 Modified Files: src/lib/libc/isc: Makefile.inc ev_timers.c Log Message: libc/isc: remove trailing semicolon from expression macro The semicolon triggered a lint warning about an unreachable 'empty' statement. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libc/isc/Makefile.inc cvs rdiff -u -r1.11 -r1.12 src/lib/libc/isc/ev_timers.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.