]> git.pld-linux.org Git - packages/flux.git/blame - flux-errno.patch
- build fixes needed on current systems
[packages/flux.git] / flux-errno.patch
CommitLineData
d40ab88a
JB
1--- flux-0.4.1/src/proc/daemon.c.orig 2000-02-10 00:02:12.000000000 +0100
2+++ flux-0.4.1/src/proc/daemon.c 2004-03-28 21:03:52.995509080 +0200
3@@ -17,6 +17,7 @@
4 * You can contact the library's author by sending e-mail to <hpj@styx.net>.
5 */
6
7+#include <errno.h>
8 #include <stdio.h>
9 #include <unistd.h>
10 #include <signal.h>
11@@ -34,7 +35,6 @@
12 #endif
13
14
15-extern int errno;
16
17 /* -------------------------
18 Init function for daemons
This page took 0.054873 seconds and 4 git commands to generate.