[hackers] [sbase] Remove unneeded statement || sin
commit 9f6dd5853834834f89f6bbe9914b0b37d6eb2961
Author: sin <sin_AT_2f30.org>
Date: Thu Nov 13 14:29:49 2014 +0000
Remove unneeded statement
diff --git a/chroot.c b/chroot.c
index 2fdcbea..9729e09 100644
--- a/chroot.c
+++ b/chroot.c
_AT_@ -44,5 +44,4 @@ main(int argc, char *argv[])
savederrno = errno;
weprintf("execvp %s:", p);
_exit(savederrno == ENOENT ? 127 : 126);
- return 1;
}
Received on Thu Nov 13 2014 - 15:56:47 CET
This archive was generated by hypermail 2.3.0
: Thu Nov 13 2014 - 16:00:19 CET