2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

command_alias -> generic_alias

This commit is contained in:
Todd C. Miller
1996-11-14 20:09:12 +00:00
parent 33f9387f3a
commit 23b2719a37
2 changed files with 67 additions and 68 deletions

2
sudo.h
View File

@@ -92,7 +92,7 @@ struct command_match {
/*
* Structure containing Cmnd_Alias's if "sudo -l" is used.
*/
struct command_alias {
struct generic_alias {
char *alias;
char *entries;
size_t entries_size;