CVS commit: src/bin/sh
"Robert Elz" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: kre Date: Sun Mar 22 19:16:18 UTC 2026 Modified Files: src/bin/sh: parser.c parser.h Log Message: Sprinkle some const NFC - the functions treated the arg as const anyway, it just was not previously declared. To generate a diff of this commit: cvs rdiff -u -r1.184 -r1.185 src/bin/sh/parser.c cvs rdiff -u -r1.30 -r1.31 src/bin/sh/parser.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.