diff options
author | Chris Rees <crees@FreeBSD.org> | 2014-04-01 18:02:30 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2014-04-01 18:02:30 +0000 |
commit | 0ffc96fc1557557f6444402499e81971a0d77f7f (patch) | |
tree | fb872b7008881d715d0998647d5c766911c51d90 /sysutils/ua/files/patch-ua.cc | |
parent | - Change Makefile header, use my name and @FreeBSD.org email (diff) |
Fix build with modern c++
Finish staging ;)
Notes
Notes:
svn path=/head/; revision=349870
Diffstat (limited to 'sysutils/ua/files/patch-ua.cc')
-rw-r--r-- | sysutils/ua/files/patch-ua.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/ua/files/patch-ua.cc b/sysutils/ua/files/patch-ua.cc new file mode 100644 index 000000000000..2c78cb9d7552 --- /dev/null +++ b/sysutils/ua/files/patch-ua.cc @@ -0,0 +1,10 @@ +--- ./ua.cc.orig 2014-03-31 20:20:23.870845476 +0100 ++++ ./ua.cc 2014-03-31 20:21:00.021844495 +0100 +@@ -57,6 +57,7 @@ + + extern "C" { + #include <stdio.h> ++#include <unistd.h> + } + + static char __help[] = |