]> git.pld-linux.org Git - packages/flux.git/blob - flux-errno.patch
- tabs in preamble
[packages/flux.git] / flux-errno.patch
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.024646 seconds and 3 git commands to generate.