diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-10 02:22:03 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-10 02:22:03 +0000 |
commit | c3e40d686b6ba34d0eb70001c7a681d364c4f417 (patch) | |
tree | 862a65930e3a7394b7338b0976063829331bac53 /sysutils/psmisc/files/patch-src-comm.h | |
parent | Opps, adding . was wrong. (diff) |
- Update to 21.5
- Take maintainership
Notes
Notes:
svn path=/head/; revision=142329
Diffstat (limited to '')
-rw-r--r-- | sysutils/psmisc/files/patch-src-comm.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/psmisc/files/patch-src-comm.h b/sysutils/psmisc/files/patch-src-comm.h new file mode 100644 index 000000000000..4d17ba82d651 --- /dev/null +++ b/sysutils/psmisc/files/patch-src-comm.h @@ -0,0 +1,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 + |