]> git.pld-linux.org Git - packages/bird.git/blame - bird-time.h.patch
perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
[packages/bird.git] / bird-time.h.patch
CommitLineData
ef4fd392 1--- bird-1.0.4/sysdep/unix/io.c~ Fri Jun 9 09:30:22 2000
2+++ bird-1.0.4/sysdep/unix/io.c Thu Apr 19 05:28:30 2001
3@@ -15,6 +15,7 @@
4 #include <sys/un.h>
5 #include <unistd.h>
6 #include <errno.h>
7+#include <time.h>
8
9 #include "nest/bird.h"
10 #include "lib/lists.h"
11--- bird-1.0.4/sysdep/unix/log.c~ Wed Aug 23 08:57:42 2000
12+++ bird-1.0.4/sysdep/unix/log.c Thu Apr 19 05:31:51 2001
13@@ -18,7 +18,7 @@
14 #include <stdio.h>
15 #include <stdlib.h>
16 #include <stdarg.h>
17-#include <sys/time.h>
18+#include <time.h>
19
20 #include "nest/bird.h"
21 #include "nest/cli.h"
This page took 1.52296 seconds and 4 git commands to generate.