mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
fixed type of aliascmp() args
This commit is contained in:
@@ -278,7 +278,7 @@ int nslots = 0;
|
||||
|
||||
static int
|
||||
aliascmp(a1, a2)
|
||||
char *a1, *a2;
|
||||
const VOID *a1, *a2;
|
||||
{
|
||||
int r;
|
||||
aliasinfo *ai1, *ai2;
|
||||
|
Reference in New Issue
Block a user