port: sync two longjmp fixes from drawterm
see drawterm commits f5e26ae93a6a and fa388286b4ca
This commit is contained in:
parent
bcb3b3940e
commit
5ea7337ae7
1 changed files with 3 additions and 2 deletions
|
@ -1277,8 +1277,9 @@ Chan*
|
||||||
namec(char *aname, int amode, int omode, ulong perm)
|
namec(char *aname, int amode, int omode, ulong perm)
|
||||||
{
|
{
|
||||||
int len, n, t, nomount;
|
int len, n, t, nomount;
|
||||||
Chan *c, *cnew;
|
Chan *c;
|
||||||
Path *path;
|
Chan *volatile cnew;
|
||||||
|
Path *volatile path;
|
||||||
Elemlist e;
|
Elemlist e;
|
||||||
Rune r;
|
Rune r;
|
||||||
Mhead *m;
|
Mhead *m;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue