blob: 4d17ba82d6515d891300d2d22e5f93ad5ee6040b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/comm.h.orig Thu Dec 14 00:43:10 2000
+++ src/comm.h Sat Sep 10 03:55:27 2005
@@ -11,7 +11,7 @@
#define COMM_LEN sizeof(dummy.comm)
extern struct task_struct dummy;
#else
-#define COMM_LEN 16 /* synchronize with size of comm in struct task_struct in
+#define COMM_LEN 254 /* synchronize with size of comm in struct task_struct in
/usr/include/linux/sched.h */
#endif
|