Deleted Added
full compact
2c2
< * Copyright (c) 1998-2002 Sendmail, Inc. and its suppliers.
---
> * Copyright (c) 1998-2002, 2013 Sendmail, Inc. and its suppliers.
23c23
< SM_IDSTR(id, "@(#)$Id: mailstats.c,v 8.100 2002/06/27 23:24:06 gshapiro Exp $")
---
> SM_IDSTR(id, "@(#)$Id: mailstats.c,v 8.102 2013/03/12 15:24:50 ca Exp $")
70a71
> # define MSOPTS "cC:f:opP"
77c78
< while ((ch = getopt(argc, argv, "cC:f:opP")) != -1)
---
> while ((ch = getopt(argc, argv, MSOPTS)) != -1)
92a94
>
104a107
>
134c137
< while (sm_io_fgets(cfp, SM_TIME_DEFAULT, buf, sizeof(buf)) != NULL)
---
> while (sm_io_fgets(cfp, SM_TIME_DEFAULT, buf, sizeof(buf)) >= 0)
272a276
>