patches for inn-1999-11-11_03-01
Tom Kacvinsky
tjk at ams.org
Thu Nov 11 23:23:22 UTC 1999
For ./innd/innd.c: innd.ch
(sorry for the RCS/CVS header getting mucked up. I don't suck the
snapshots down via CVS)
For ./expire/fastrm.c: fastrm.ch
By the way, do you prefer "diff -u" types of patches?
Regards,
Tom
-- Attached file included as plaintext by Listar --
*** /tmp/T0KPGFC_ Thu Nov 11 18:06:37 1999
--- /tmp/T16QHN1_ Thu Nov 11 18:06:37 1999
***************
*** 59,65 ****
static int
! err_alloc(const char *what, size_t size)
{
fprintf(stderr, "%s: Can't %s %lu bytes: %s", MyName, what, size,
strerror(errno));
--- 59,65 ----
static int
! err_alloc(const char *what, size_t size, const char *file, int line)
{
fprintf(stderr, "%s: Can't %s %lu bytes: %s", MyName, what, size,
strerror(errno));
-- Attached file included as plaintext by Listar --
*** /tmp/T0qqwMe_ Thu Nov 11 18:08:24 1999
--- /tmp/T1TSTJA_ Thu Nov 11 18:08:24 1999
***************
*** 1,4 ****
! /* $Id: innd.c,v 1.1 1999/11/11 22:56:20 tjk Exp $
**
** Variable definitions, miscellany, and main().
*/
--- 1,4 ----
! /* $Id: innd.c,v 1.2 1999/11/11 22:57:02 tjk Exp $
**
** Variable definitions, miscellany, and main().
*/
***************
*** 383,389 ****
** Function called when memory allocation fails.
*/
static int
! AllocationFailure(const char *what, size_t size)
{
syslog(L_FATAL, "%s cant %s %lu bytes: %m", LogName, what, size);
exit(1);
--- 383,389 ----
** Function called when memory allocation fails.
*/
static int
! AllocationFailure(const char *what, size_t size, const char *file, int line)
{
syslog(L_FATAL, "%s cant %s %lu bytes: %m", LogName, what, size);
exit(1);
More information about the inn-patches
mailing list