mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
* Avoid unnecessary use of `unsigned char *` * Use explicit casts when assigning `unsigned char *` to `char *` or vice versa * Drop unused global variables (and fix memory leak in `gettable()`) * Use `snprintf()` instead of `strcpy()` + `strcat()` * Drop spurious braces in switch Sponsored by: Klara, Inc. Obtained from: Apple OSS Distributions (in part) Differential Revision: https://reviews.freebsd.org/D37263 (cherry picked from commit |
||
|---|---|---|
| .. | ||
| chat.c | ||
| extern.h | ||
| getty.8 | ||
| gettytab | ||
| gettytab.5 | ||
| gettytab.h | ||
| init.c | ||
| main.c | ||
| Makefile | ||
| Makefile.depend | ||
| pathnames.h | ||
| subr.c | ||
| ttys.5 | ||