Remove remaining `abort ()'.
svn path=/nixos/trunk/; revision=10680
This commit is contained in:
parent
bdc729ea6c
commit
bfbe92236a
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ int main(int argc, char * * argv)
|
|||
//printf("%d %d\n", geteuid(), getegid());
|
||||
|
||||
struct stat st;
|
||||
if (lstat(self, &st) == -1) abort();
|
||||
assert (lstat(self, &st) != -1);
|
||||
|
||||
//printf("%d %d\n", st.st_uid, st.st_gid);
|
||||
|
||||
|
|
Loading…
Reference in a new issue