15 lines
287 B
Plaintext
15 lines
287 B
Plaintext
$NetBSD: patch-ab,v 1.2 2012/08/10 18:01:48 joerg Exp $
|
|
|
|
--- src/utils.c.orig 2001-08-17 20:44:09.000000000 +0000
|
|
+++ src/utils.c
|
|
@@ -25,6 +25,9 @@
|
|
#include "utils.h"
|
|
#include <unistd.h>
|
|
#include <stdio.h>
|
|
+#include <errno.h>
|
|
+
|
|
+#define log logfile
|
|
|
|
/*
|
|
* tmalloc: mallocs cleanly
|