mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
- Use strlen(dp->d_name) instead of the unportable dp->d_namlen. Rename i to len to make it slightly more descriptive and prevent negative indexing of the array. - Replace index() by strchr(). This supposedly fixes compilation on GNU systems. Submitted by: Robert Millan <rmh debian org> (original patch) MFC after: 3 weeks |
||
|---|---|---|
| .. | ||
| config.5 | ||
| config.8 | ||
| config.h | ||
| config.y | ||
| configvers.h | ||
| kernconf.tmpl | ||
| lang.l | ||
| main.c | ||
| Makefile | ||
| mkheaders.c | ||
| mkmakefile.c | ||
| mkoptions.c | ||