diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-12-12 15:56:31 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-12-12 15:57:14 +0100 |
commit | ac48e72bf6f9f491824e2de59a035c93aab8f81b (patch) | |
tree | a6847c5a4996ff781235f79329e960ee6d2fcd85 /sysdep/bsd/krt-sys.h | |
parent | cb5df823acdc54f94b0b85094cb59ac68c83c33a (diff) |
Fix some minor issues
Diffstat (limited to 'sysdep/bsd/krt-sys.h')
-rw-r--r-- | sysdep/bsd/krt-sys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/bsd/krt-sys.h b/sysdep/bsd/krt-sys.h index ed667e80..aa6cc72e 100644 --- a/sysdep/bsd/krt-sys.h +++ b/sysdep/bsd/krt-sys.h @@ -31,7 +31,7 @@ static inline void kif_sys_copy_config(struct kif_config *d UNUSED, struct kif_c /* Kernel routes */ -extern int krt_max_tables; +extern uint krt_max_tables; struct krt_params { int table_id; /* Kernel table ID we sync with */ |