Don't assume file descriptors fit in a short, use an int instead.
This commit is contained in:
parent
a66c7b85c1
commit
5b99fa0514
@ -73,7 +73,7 @@ __FBSDID("$FreeBSD$");
|
||||
MKINIT
|
||||
struct redirtab {
|
||||
struct redirtab *next;
|
||||
short renamed[10];
|
||||
int renamed[10];
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user