3
0
Fork 0
forked from mirrors/nixpkgs

Remove remaining `abort ()'.

svn path=/nixos/trunk/; revision=10680
This commit is contained in:
Ludovic Courtès 2008-02-14 11:44:54 +00:00
parent bdc729ea6c
commit bfbe92236a

View file

@ -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);