Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 261013

Summary: net-analyzer/netcat-110-r8 should #include <unistd.h>
Product: Gentoo Linux Reporter: Christopher Head <bugs>
Component: Current packagesAssignee: SpanKY <vapier>
Status: VERIFIED FIXED    
Severity: trivial CC: netmon
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Christopher Head 2009-03-03 05:29:48 UTC
The source file netcat.c contains a call to the execl() function, but does not #include <unistd.h> in which that function is prototyped. It should.

Reproducible: Always

Steps to Reproduce: