Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 261013 - net-analyzer/netcat-110-r8 should #include <unistd.h>
Summary: net-analyzer/netcat-110-r8 should #include <unistd.h>
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-03 05:29 UTC by Christopher Head
Modified: 2009-10-22 08:03 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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: