]> granicus.if.org Git - psmisc/commitdiff
misc: Remember to add comm.h too
authorCraig Small <csmall@enc.com.au>
Wed, 7 Nov 2018 09:19:38 +0000 (20:19 +1100)
committerCraig Small <csmall@enc.com.au>
Wed, 7 Nov 2018 09:19:38 +0000 (20:19 +1100)
The previous commit should have included comm.h too

src/comm.h

index b54b998ad6fdd1d66b6b18d4f64fb6b4c568a705..b10eb3666eb484d97c58ba379556d01739215ffb 100644 (file)
  */
 #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