FreeBSD Bugzilla – Attachment 5646 Details for
Bug 13363
Patch to env(1) for Unix 98 compatability
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 578 bytes, created by
howardjp
on 1999-08-25 03:50:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
howardjp
Created:
1999-08-25 03:50:00 UTC
Size:
578 bytes
patch
obsolete
>*** /usr/src/usr.bin/env/env.c Sun Dec 6 22:58:22 1998 >--- /usr/local/src/env/env.c Tue Aug 24 20:33:03 1999 >*************** >*** 60,67 **** > char *cleanenv[1]; > int ch; > >! while ((ch = getopt(argc, argv, "-")) != -1) > switch(ch) { > case '-': > environ = cleanenv; > cleanenv[0] = NULL; >--- 60,72 ---- > char *cleanenv[1]; > int ch; > >! while ((ch = getopt(argc, argv, "i-")) != -1) > switch(ch) { >+ case 'i': >+ /* >+ * For Unix 98 compatability. >+ */ >+ /* FALLTHROUGH */ > case '-': > environ = cleanenv; > cleanenv[0] = 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 13363
: 5646