mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-18 08:47:00 +00:00
maint: coding style fixes
Remove unnecessary type casting, move .gitignore file contents to right location, reindent to use Linux coding style, fix few type mismatches, clean up to help & version output and hint compiler call to these functions will end program. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
68c2d7b8cc
commit
76915512b2
10 changed files with 148 additions and 189 deletions
|
|
@ -37,7 +37,7 @@
|
|||
# define DEFAULTS_H 1
|
||||
|
||||
/* Maximum line length in dhcpd.conf and dhcpd.leases */
|
||||
static const int MAXLEN = 1024;
|
||||
static const size_t MAXLEN = 1024;
|
||||
|
||||
/* Maximum number of shared networks */
|
||||
static const unsigned int SHARED_NETWORKS = 8192;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue