* 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
13 lines
303 B
Diff
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;
|