Changes between Initial Version and Version 1 of Ticket #15450, comment 1
- Timestamp:
- Mar 24, 2016, 4:17:07 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15450, comment 1
initial v1 1 1 Not sure what the thought was behind "0". 2 2 3 {{{ 3 4 --- mtr.c.orig 2008-05-29 17:21:17.000000000 -0700 4 5 +++ mtr.c 2008-05-29 17:21:30.000000000 -0700 … … 12 13 perror( gai_strerror(error) ); 13 14 exit( EXIT_FAILURE ); 14 15 }}}