diff options
| author | Chin-San Huang <chinsan@FreeBSD.org> | 2007-08-25 19:37:34 +0000 |
|---|---|---|
| committer | Chin-San Huang <chinsan@FreeBSD.org> | 2007-08-25 19:37:34 +0000 |
| commit | 0453f7e7786ba9db0e712aae0b8ed921f8c41efd (patch) | |
| tree | 60b8c4fd04917dcfd64aee36443ab174e262c172 /mail/mls/files/patch-mls_text.h | |
| parent | From latest Opera entry: (diff) | |
- Unbreak on HEAD (gcc 4.2)
PR: ports/115796
Submitted by: Hung-Yi Chen
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=198304
Diffstat (limited to 'mail/mls/files/patch-mls_text.h')
| -rw-r--r-- | mail/mls/files/patch-mls_text.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/mls/files/patch-mls_text.h b/mail/mls/files/patch-mls_text.h new file mode 100644 index 000000000000..d72686def995 --- /dev/null +++ b/mail/mls/files/patch-mls_text.h @@ -0,0 +1,11 @@ +--- mls_text.h.orig 2007-08-26 03:29:23.000000000 +0800 ++++ mls_text.h 2007-08-26 03:30:12.000000000 +0800 +@@ -30,7 +30,7 @@ + void PrintTopQ(nTptr, int); + void PrintTopHtml(nTptr, int); + void PrintGraph(long[], int, int); +-void PrintGraphHtml(long[], long[][], int, char *); ++void PrintGraphHtml(long[], long[][SNUMB_LEN], int, char *); + + void PrintStatText(int, char *); + void PrintStatHtml(int, char *, short); |
