mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 20:01:13 -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 (and also remove a useless register modifier). Reviewed by: obrien and chuckr |
||
|---|---|---|
| .. | ||
| extern.h | ||
| ftpcmd.y | ||
| ftpd.8 | ||
| ftpd.c | ||
| logwtmp.c | ||
| Makefile | ||
| pathnames.h | ||
| popen.c | ||
| skey-stuff.c | ||