From: Craig Small Date: Wed, 7 Nov 2018 09:19:38 +0000 (+1100) Subject: misc: Remember to add comm.h too X-Git-Tag: v23.3~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2cf9f3e83e0fc0278ff39a4dfc8e3f2730eebca;p=psmisc misc: Remember to add comm.h too The previous commit should have included comm.h too --- diff --git a/src/comm.h b/src/comm.h index b54b998..b10eb36 100644 --- a/src/comm.h +++ b/src/comm.h @@ -33,4 +33,10 @@ */ #define COMM_LEN 64 +/* + * Older kernels had only 16 characters, which means we may have to check this + * too + */ +#define OLD_COMM_LEN 16 + #endif