From 2c8d1d0b1b4ab6af21c7f2f3684d73d27390d166 Mon Sep 17 00:00:00 2001 From: havner Date: Sun, 18 Jul 2004 09:59:08 +0000 Subject: [PATCH] - include errno.h where it is needed Changed files: bootp-errno.patch -> 1.1 --- bootp-errno.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 bootp-errno.patch diff --git a/bootp-errno.patch b/bootp-errno.patch new file mode 100644 index 0000000..e2e2eca --- /dev/null +++ b/bootp-errno.patch @@ -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 + #include ++#include + + #include "report.h" + -- 2.44.0