Deleted Added
full compact
2c2
< * Copyright (c) 1998-2005,2006 Free Software Foundation, Inc. *
---
> * Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. *
43,44d42
< #include <dump_entry.h>
<
49c47
< MODULE_ID("$Id: toe.c,v 1.41 2006/08/19 18:18:09 tom Exp $")
---
> MODULE_ID("$Id: toe.c,v 1.46 2007/10/13 22:26:38 tom Exp $")
62,63c60
< _nc_leaks_dump_entry();
< _nc_free_and_exit(code);
---
> _nc_free_tic(code);
329c326
< while ((this_opt = getopt(argc, argv, "0123456789ahuvUV")) != EOF) {
---
> while ((this_opt = getopt(argc, argv, "0123456789ahuvUV")) != -1) {