mirror of
https://github.com/opnsense/src.git
synced 2026-03-18 00:25:50 -04:00
Fix the WARNS 1 warnings except unused variables. Add prototype for log_netobj(). Don't compare signed/unsigned. Cast u_int64_t to 'unsigned long long' and print using %llu. Fix constness of string arrays. Use a cast to avoid an unused parameter in a signal handler. alarm(2) can't fail, so don't check for it. ANSI'ify some functions. |
||
|---|---|---|
| .. | ||
| kern.c | ||
| lock_proc.c | ||
| lockd.c | ||
| lockd.h | ||
| lockd_lock.c | ||
| lockd_lock.h | ||
| Makefile | ||
| rpc.lockd.8 | ||
| test.c | ||