FreeBSD Bugzilla – Attachment 6755 Details for
Bug 15104
Update port: editors/bvi
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 838 bytes, created by
jedgar
on 1999-11-26 23:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
jedgar
Created:
1999-11-26 23:40:01 UTC
Size:
838 bytes
patch
obsolete
>diff -urN bvi.orig/Makefile bvi/Makefile >--- bvi.orig/Makefile Fri Nov 26 15:06:33 1999 >+++ bvi/Makefile Fri Nov 26 18:05:50 1999 >@@ -14,8 +14,8 @@ > MAINTAINER= jedgar@fxp.org > > GNU_CONFIGURE= yes >-USE_GMAKE= yes > > MAN1= bvi.1 >+MLINKS= bvi.1 bview.1 > > .include <bsd.port.mk> >diff -urN bvi.orig/patches/patch-ab bvi/patches/patch-ab >--- bvi.orig/patches/patch-ab Wed Dec 31 19:00:00 1969 >+++ bvi/patches/patch-ab Fri Nov 26 18:07:20 1999 >@@ -0,0 +1,11 @@ >+--- io.c.orig Tue Nov 2 04:44:10 1999 >++++ io.c Fri Nov 26 18:06:58 1999 >+@@ -119,7 +119,7 @@ >+ } else if (S_ISBLK(buf.st_mode)) { >+ filemode = BLOCK_SPECIAL; >+ } else if (S_ISREG(buf.st_mode)) { >+- if ((unsigned long)buf.st_size > (unsigned long)SIZE_T_MAX) { >++ if (buf.st_size > SIZE_T_MAX) { >+ move(maxy, 0); >+ endwin(); >+ printf("File too large\n");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15104
: 6755