mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 14:25:15 +00:00
Rename error/errorx -> fatal/fatalx and remove the exit value as
it was always 1.
This commit is contained in:
@@ -100,7 +100,7 @@ main(int argc, char *argv[])
|
||||
|
||||
fp = fopen(argv[1], "r");
|
||||
if (fp == NULL)
|
||||
errorx(1, "unable to open %s", argv[1]);
|
||||
fatalx("unable to open %s", argv[1]);
|
||||
|
||||
/*
|
||||
* Input is in the following format. There are two types of
|
||||
|
Reference in New Issue
Block a user