Page MenuHomeFreeBSD

D38281.diff
No OneTemporary

D38281.diff

diff --git a/usr.bin/cmp/special.c b/usr.bin/cmp/special.c
--- a/usr.bin/cmp/special.c
+++ b/usr.bin/cmp/special.c
@@ -65,8 +65,10 @@
if ((fp1 = fdopen(fd1, "r")) == NULL)
err(ERR_EXIT, "%s", file1);
+ (void)setvbuf(fp1, NULL, _IOFBF, 65536);
if ((fp2 = fdopen(fd2, "r")) == NULL)
err(ERR_EXIT, "%s", file2);
+ (void)setvbuf(fp2, NULL, _IOFBF, 65536);
dfound = 0;
while (skip1--)

File Metadata

Mime Type
text/plain
Expires
Sat, May 16, 8:23 PM (14 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33096886
Default Alt Text
D38281.diff (399 B)

Event Timeline