FreeBSD Bugzilla – Attachment 21708 Details for
Bug 37940
Fix build on -current lang/atlast
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 908 bytes, created by
obraun
on 2002-05-10 23:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
obraun
Created:
2002-05-10 23:10:01 UTC
Size:
908 bytes
patch
obsolete
>diff -ruN atlast.old/files/patch-atlast.c atlast/files/patch-atlast.c >--- atlast.old/files/patch-atlast.c Thu Jan 1 00:00:00 1970 >+++ atlast/files/patch-atlast.c Fri May 10 23:37:05 2002 >@@ -0,0 +1,24 @@ >+--- atlast.c.orig Fri May 10 23:18:47 2002 >++++ atlast.c Fri May 10 23:36:28 2002 >+@@ -3243,14 +3243,17 @@ >+ { static struct { >+ char *sfn; >+ FILE *sfd; >+- } stdfiles[] = { >+- {"STDIN", stdin}, >+- {"STDOUT", stdout}, >+- {"STDERR", stderr} >++ } stdfiles[] = { >++ {"STDIN", NULL}, >++ {"STDOUT", NULL}, >++ {"STDERR", NULL} >+ }; >+ int i; >+ dictword *dw; >+ >++ stdfiles[0].sfd = stdin; >++ stdfiles[1].sfd = stdout; >++ stdfiles[2].sfd = stderr; >+ for (i = 0; i < ELEMENTS(stdfiles); i++) { >+ if ((dw = atl_vardef(stdfiles[i].sfn, >+ 2 * sizeof(stackitem))) != NULL) {
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 37940
: 21708