]> git.pld-linux.org Git - packages/bird.git/commitdiff
- fix time.h include for new glibc.
authorkloczek <kloczek@pld-linux.org>
Thu, 19 Apr 2001 03:34:48 +0000 (03:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bird-time.h.patch -> 1.1

bird-time.h.patch [new file with mode: 0644]

diff --git a/bird-time.h.patch b/bird-time.h.patch
new file mode 100644 (file)
index 0000000..84b287f
--- /dev/null
@@ -0,0 +1,21 @@
+--- bird-1.0.4/sysdep/unix/io.c~       Fri Jun  9 09:30:22 2000
++++ bird-1.0.4/sysdep/unix/io.c        Thu Apr 19 05:28:30 2001
+@@ -15,6 +15,7 @@
+ #include <sys/un.h>
+ #include <unistd.h>
+ #include <errno.h>
++#include <time.h>
+ #include "nest/bird.h"
+ #include "lib/lists.h"
+--- bird-1.0.4/sysdep/unix/log.c~      Wed Aug 23 08:57:42 2000
++++ bird-1.0.4/sysdep/unix/log.c       Thu Apr 19 05:31:51 2001
+@@ -18,7 +18,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <stdarg.h>
+-#include <sys/time.h>
++#include <time.h>
+ #include "nest/bird.h"
+ #include "nest/cli.h"
This page took 0.072654 seconds and 4 git commands to generate.