leahneukirchen / outils

port of some non-standard OpenBSD tools to Linux
Other
81 stars 4 forks source link

Implicit funciton declaration in liboutils/err.c #7

Closed epsilon-0 closed 4 years ago

epsilon-0 commented 4 years ago

I get the following error on Gentoo when making this port

src/liboutils/errc.c:40:2: warning: implicit declaration of function ‘_verrc’; did you mean ‘_errc’? [-Wimplicit-function-declaration]

Is this supposed to be there?

epsilon-0 commented 4 years ago

awesome! thank you!