diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2011-09-13 17:05:25 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2011-09-13 17:05:25 +0000 |
commit | f8676375822b84782813546dea56ee86c22b4d64 (patch) | |
tree | c87a911940c93062e9cd0999e4e65a4b69de101c /net/ndisc6/files/patch-rdnssd-rdnssd.c | |
parent | - Chase multimedia/libkate update (diff) |
- Update to 1.0.2
PR: ports/160648
Submitted by: Mikhail T. <m.tsatsenko@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=281735
Diffstat (limited to 'net/ndisc6/files/patch-rdnssd-rdnssd.c')
-rw-r--r-- | net/ndisc6/files/patch-rdnssd-rdnssd.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/ndisc6/files/patch-rdnssd-rdnssd.c b/net/ndisc6/files/patch-rdnssd-rdnssd.c new file mode 100644 index 000000000000..df730bbdd30c --- /dev/null +++ b/net/ndisc6/files/patch-rdnssd-rdnssd.c @@ -0,0 +1,10 @@ +--- rdnssd/rdnssd.c.orig 2011-09-10 14:20:44.451134584 +0400 ++++ rdnssd/rdnssd.c 2011-09-10 14:21:09.758658207 +0400 +@@ -29,6 +29,7 @@ + #include <stdbool.h> + #include <locale.h> + #include <signal.h> ++#include <stdint.h> + + #include <sys/types.h> + #include <sys/stat.h> |