Files
daemontools/daemontools-errno.patch
Alexandre Rogoski df9d4a3824 Accepting request 92070 from home:weberho:qmailtoaster
* reformatted changelog (english dates) to match factory rules

* removed ".." component from patch to allow compilation on fedora 15

OBS-URL: https://build.opensuse.org/request/show/92070
OBS-URL: https://build.opensuse.org/package/show/utilities/daemontools?expand=0&rev=2
2011-11-18 11:00:23 +00:00

13 lines
303 B
Diff

diff -Naur ./src/error.h ../daemontools-0.76/src/error.h
--- src/error.h 2001-07-12 11:49:49.000000000 -0500
+++ src/error.h 2003-11-20 21:32:40.000000000 -0600
@@ -3,7 +3,7 @@
#ifndef ERROR_H
#define ERROR_H
-extern int errno;
+#include <errno.h>
extern int error_intr;
extern int error_nomem;