diff options
author | Oleksii Samorukov <samm@FreeBSD.org> | 2019-10-14 15:23:42 +0000 |
---|---|---|
committer | Oleksii Samorukov <samm@FreeBSD.org> | 2019-10-14 15:23:42 +0000 |
commit | 8ae4d27eb3151667982adb3b7351c60c5bd44a9b (patch) | |
tree | 5bdbaff269dce56b6cfc1faa9d656576366bb3b3 /comms/anyremote/files/patch-src_pr__frontend.c | |
parent | Update to 0.1.21. (diff) |
comms/anyremote: update to 6.7.2
- Update to the 6.7.2
- Update USES to fix build warnings
- Regenerate patches with "make makepatch"
Approved by: krion (mentor)
Differential Revision: https://reviews.freebsd.org/D22021
Notes
Notes:
svn path=/head/; revision=514462
Diffstat (limited to 'comms/anyremote/files/patch-src_pr__frontend.c')
-rw-r--r-- | comms/anyremote/files/patch-src_pr__frontend.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/anyremote/files/patch-src_pr__frontend.c b/comms/anyremote/files/patch-src_pr__frontend.c new file mode 100644 index 000000000000..5e21b6cb1d17 --- /dev/null +++ b/comms/anyremote/files/patch-src_pr__frontend.c @@ -0,0 +1,11 @@ +--- src/pr_frontend.c.orig 2018-11-04 07:18:02 UTC ++++ src/pr_frontend.c +@@ -29,6 +29,8 @@ + #include <sys/socket.h> + #include <sys/types.h> + #include <unistd.h> ++#include <sys/types.h> ++#include <netinet/in.h> + + #include "common.h" + #include "lib_wrapper.h" |