mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
o main returns int not void o use return 0 at end of main when needed o use braces to avoid potentially ambiguous else o don't default to type int o #ifdef 0 -> #if 0 Reviewed by: obrien and chuckr |
||
|---|---|---|
| .. | ||
| chpass.1 | ||
| chpass.c | ||
| chpass.h | ||
| edit.c | ||
| field.c | ||
| Makefile | ||
| pathnames.h | ||
| pw_copy.c | ||
| pw_copy.h | ||
| pw_yp.c | ||
| pw_yp.h | ||
| table.c | ||
| util.c | ||