1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-12 06:49:18 -04:00
ports/sysutils/psmisc/files/patch-src-comm.h
Pav Lucistnik c3e40d686b - Update to 21.5
- Take maintainership
2005-09-10 02:22:03 +00:00

11 lines
390 B
C

--- 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