chiark
/
gitweb
/
~mdw
/
tripe
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove a debugging @abort@ call.
[tripe]
/
tripe.c
diff --git
a/tripe.c
b/tripe.c
index cacc7708a5d4b199ac59aecf7cc2d1a2061f68bc..db5a701320ee03a51e877ed657ec30c0fc65800f 100644
(file)
--- a/
tripe.c
+++ b/
tripe.c
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: tripe.c,v 1.
2 2001/02/03 22:33:0
0 mdw Exp $
+ * $Id: tripe.c,v 1.
3 2001/02/04 17:10:4
0 mdw Exp $
*
* Main program
*
*
* Main program
*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: tripe.c,v $
/*----- Revision history --------------------------------------------------*
*
* $Log: tripe.c,v $
+ * Revision 1.3 2001/02/04 17:10:40 mdw
+ * Remove a debugging @abort@ call.
+ *
* Revision 1.2 2001/02/03 22:33:00 mdw
* Stuff more randomness into the pool in the interval timer.
*
* Revision 1.2 2001/02/03 22:33:00 mdw
* Stuff more randomness into the pool in the interval timer.
*
@@
-298,7
+301,6
@@
int main(int argc, char *argv[])
selerr = 0;
else if (errno != EINTR && errno != EAGAIN) {
a_warn("select failed: %s", strerror(errno));
selerr = 0;
else if (errno != EINTR && errno != EAGAIN) {
a_warn("select failed: %s", strerror(errno));
- abort();
selerr++;
if (selerr > 8) {
a_warn("too many select errors: bailing out");
selerr++;
if (selerr > 8) {
a_warn("too many select errors: bailing out");