Skip to content

Instantly share code, notes, and snippets.

@aprieger-llnw
Created August 10, 2017 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aprieger-llnw/53047c8a5d6eb6c28281e41a30e7d1da to your computer and use it in GitHub Desktop.
Save aprieger-llnw/53047c8a5d6eb6c28281e41a30e7d1da to your computer and use it in GitHub Desktop.
/usr/home/aprieger/repos/freebsd-master/freebsd/contrib/mdocml/mandocdb.c:1281:9: warning: implicit declaration of function 'getline' is invalid in C99 [-Wimplicit-function-declaration]
while (getline(&line, &linesz, stream) != -1) {
^
1 warning generated.
/usr/home/aprieger/repos/freebsd-master/freebsd/contrib/mdocml/main.c:915:16: warning: implicit declaration of function 'getline' is invalid in C99 [-Wimplicit-function-declaration]
while ((len = getline(&line, &linesz, stream)) != -1) {
^
1 warning generated.
/usr/home/aprieger/repos/freebsd-master/freebsd/contrib/mdocml/manpath.c:182:20: warning: implicit declaration of function 'getline' is invalid in C99 [-Wimplicit-function-declaration]
while ((linelen = getline(&line, &linesz, stream)) != -1) {
^
1 warning generated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment