openbsd-ports/sysutils/anacron/patches/patch-log_c
naddy 1e3bf2b5aa - Don't leave files behind in /tmp.
- Fix a number of compiler warnings.
- Clean INSTALL a bit.
- Point HOMEPAGE to a more useful place.

From: Andreas Kahari <ak+openbsd@freeshell.org>
2004-05-17 00:22:54 +00:00

12 lines
320 B
Plaintext

$OpenBSD: patch-log_c,v 1.1 2004/05/17 00:22:54 naddy Exp $
--- log.c.orig 2004-05-12 21:19:53.000000000 +0100
+++ log.c 2004-05-12 21:20:21.000000000 +0100
@@ -37,6 +37,7 @@
#include <unistd.h>
#include <syslog.h>
#include <stdio.h>
+#include <stdlib.h>
#include <stdarg.h>
#include <errno.h>
#include <signal.h>