diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-11-28 07:19:35 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-11-28 07:19:35 +0000 |
commit | 872ed8f1882bc54a002b836aa6b136cde76eb229 (patch) | |
tree | cb45d1d738521acb18aeb72f61ad08c56e20a7d1 /packages/ez-ipupdate/files/conffile.patch | |
parent | af8ec74a677aa9e7e5411ecc341a82480622ee74 (diff) |
ez-ipupdate: release 3.0.10
- fully tested release with startup script and prototype config
- file. This package will update a wide range of dynamic IP services.
- Tested on zoneedit.
Diffstat (limited to 'packages/ez-ipupdate/files/conffile.patch')
-rw-r--r-- | packages/ez-ipupdate/files/conffile.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/ez-ipupdate/files/conffile.patch b/packages/ez-ipupdate/files/conffile.patch new file mode 100644 index 0000000000..41f8a0e73b --- /dev/null +++ b/packages/ez-ipupdate/files/conffile.patch @@ -0,0 +1,10 @@ +--- ez-ipupdate-3.0.10/conf_file.c.orig 2005-11-27 20:03:46.557322517 -0800 ++++ ez-ipupdate-3.0.10/conf_file.c 2005-11-27 20:03:15.519369422 -0800 +@@ -34,6 +34,7 @@ + #include <stdio.h> + #include <stdlib.h> + #include <string.h> ++#include <errno.h> + + #include <conf_file.h> + |