]> git.pld-linux.org Git - packages/bootp.git/commitdiff
- include errno.h where it is needed
authorhavner <havner@pld-linux.org>
Sun, 18 Jul 2004 09:59:08 +0000 (09:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bootp-errno.patch -> 1.1

bootp-errno.patch [new file with mode: 0644]

diff --git a/bootp-errno.patch b/bootp-errno.patch
new file mode 100644 (file)
index 0000000..e2e2eca
--- /dev/null
@@ -0,0 +1,11 @@
+diff -ur bootp-2.4.3.orig/report.c bootp-2.4.3/report.c
+--- bootp-2.4.3.orig/report.c  1994-03-25 14:31:24.000000000 +0100
++++ bootp-2.4.3/report.c       2004-07-18 11:59:55.673400184 +0200
+@@ -10,6 +10,7 @@
+ #include <stdio.h>
+ #include <syslog.h>
++#include <errno.h>
+ #include "report.h"
This page took 0.085099 seconds and 4 git commands to generate.