• Po-Chuan Hsieh's avatar
    Fix test on FreeBSD · 640b932c
    Po-Chuan Hsieh authored
    google/protobuf/testing/zcgzip.cc:61:25: error: unknown type name 'STDOUT_FILENO'
      FileOutputStream fout(STDOUT_FILENO);
                            ^
    google/protobuf/testing/zcgzip.cc:61:24: warning: parentheses were disambiguated as a function declaration [-Wvexing-parse]
      FileOutputStream fout(STDOUT_FILENO);
                           ^~~~~~~~~~~~~~~
    google/protobuf/testing/zcgzip.cc:61:25: note: add a pair of parentheses to declare a variable
      FileOutputStream fout(STDOUT_FILENO);
                            ^
                            (
    google/protobuf/testing/zcgzip.cc:75:20: error: use of undeclared identifier 'STDIN_FILENO'
        readlen = read(STDIN_FILENO, outptr, outlen);
                       ^
    1 warning and 2 errors generated.
    gmake[3]: *** [Makefile:4009: google/protobuf/testing/zcgzip.o] Error 1
    
    google/protobuf/testing/zcgunzip.cc:62:23: error: unknown type name 'STDIN_FILENO'
      FileInputStream fin(STDIN_FILENO);
                          ^
    google/protobuf/testing/zcgunzip.cc:62:22: warning: parentheses were disambiguated as a function declaration [-Wvexing-parse]
      FileInputStream fin(STDIN_FILENO);
                         ^~~~~~~~~~~~~~
    google/protobuf/testing/zcgunzip.cc:62:23: note: add a pair of parentheses to declare a variable
      FileInputStream fin(STDIN_FILENO);
                          ^
                          (
    google/protobuf/testing/zcgunzip.cc:74:23: error: use of undeclared identifier 'STDOUT_FILENO'
          int err = write(STDOUT_FILENO, inptr, inlen);
                          ^
    1 warning and 2 errors generated.
    gmake[3]: *** [Makefile:4009: google/protobuf/testing/zcgunzip.o] Error 1
    
    Reference:	https://bugs.FreeBSD.org/bugzilla/show_bug.cgi?id=215346
    		https://svnweb.FreeBSD.org/changeset/ports/428734
    640b932c
Name
Last commit
Last update
.github Loading commit data...
benchmarks Loading commit data...
cmake Loading commit data...
conformance Loading commit data...
csharp Loading commit data...
docs Loading commit data...
editors Loading commit data...
examples Loading commit data...
java Loading commit data...
js Loading commit data...
kokoro Loading commit data...
m4 Loading commit data...
objectivec Loading commit data...
php Loading commit data...
protoc-artifacts Loading commit data...
python Loading commit data...
ruby Loading commit data...
src Loading commit data...
third_party Loading commit data...
util/python Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
BUILD Loading commit data...
CHANGES.txt Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS.txt Loading commit data...
LICENSE Loading commit data...
Makefile.am Loading commit data...
Protobuf.podspec Loading commit data...
README.md Loading commit data...
WORKSPACE Loading commit data...
appveyor.bat Loading commit data...
appveyor.yml Loading commit data...
autogen.sh Loading commit data...
compiler_config_setting.bzl Loading commit data...
composer.json Loading commit data...
configure.ac Loading commit data...
generate_changelog.py Loading commit data...
generate_descriptor_proto.sh Loading commit data...
global.json Loading commit data...
post_process_dist.sh Loading commit data...
protobuf-lite.pc.in Loading commit data...
protobuf.bzl Loading commit data...
protobuf.pc.in Loading commit data...
protobuf_deps.bzl Loading commit data...
six.BUILD Loading commit data...
tests.sh Loading commit data...
update_file_lists.sh Loading commit data...
update_version.py Loading commit data...