diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-08-01 07:13:14 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-08-01 07:13:14 +0000 |
commit | ff48a9d5cd9d9eb823f60851feccf81c639741e4 (patch) | |
tree | 3ccd7d3843293c0780b1877cd75aa6e0458637c5 /sysutils/psmisc/files/patch-src-comm.h | |
parent | Updated to 1.52b (diff) |
- Update to 22.12
PR: ports/149166
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=258563
Diffstat (limited to 'sysutils/psmisc/files/patch-src-comm.h')
-rw-r--r-- | sysutils/psmisc/files/patch-src-comm.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/psmisc/files/patch-src-comm.h b/sysutils/psmisc/files/patch-src-comm.h deleted file mode 100644 index 4d17ba82d651..000000000000 --- a/sysutils/psmisc/files/patch-src-comm.h +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 - |