Fixing buffer size estimate comment.

This commit is contained in:
Martin Dvorak 2015-02-13 10:56:45 +01:00
parent 7db8f8271b
commit 3e1edfc9d9

View file

@ -13,7 +13,7 @@
#define DEFAULT_COMMAND "pwd"
#define PROC_HOSTNAME "/proc/sys/kernel/hostname"
// TODO PID_BUFFER 11+ characters might be enough
// TODO PID_BUFFER 20+ characters might be enough
#define PID_BUFFER_SIZE 128
// strdup() not in ISO C