cleanups: unnecessary casts, unified const_1, eliminate cross-.c file
prototypes (heresy!), add spaces in places like "flags&NETSTAT_CONNECTED", removed unused #defines, #ifdef -> #if, use uint32_t for ipv4 addrs.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
#define CONFIG_LASH_PIPE_N_REDIRECTS
|
||||
#define CONFIG_LASH_JOB_CONTROL
|
||||
|
||||
static const int MAX_READ = 128; /* size of input buffer for `read' builtin */
|
||||
enum { MAX_READ = 128 }; /* size of input buffer for 'read' builtin */
|
||||
#define JOB_STATUS_FORMAT "[%d] %-22s %.40s\n"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user