Cleaup read() and write() variants, plus a couple of new functions like
xlseek and fdlength() for the new mkswap.
This commit is contained in:
@@ -31,7 +31,7 @@ int create_icmp_socket(void)
|
||||
}
|
||||
|
||||
/* drop root privs if running setuid */
|
||||
setuid(getuid());
|
||||
xsetuid(getuid());
|
||||
|
||||
return sock;
|
||||
}
|
||||
|
Reference in New Issue
Block a user