summaryrefslogtreecommitdiffstats
path: root/usr.bin/cut/cut.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2001-02-06 20:03:48 +0000
committercharnier <charnier@FreeBSD.org>2001-02-06 20:03:48 +0000
commitaa6a70fb7099b81a9f194e6b293020db850c7c27 (patch)
tree29f8395d349c33a0be06634ed3fcd2fefae1d0ec /usr.bin/cut/cut.c
parent54fa1fab4444b4363042080b30c232fc096b663b (diff)
downloadFreeBSD-src-aa6a70fb7099b81a9f194e6b293020db850c7c27.zip
FreeBSD-src-aa6a70fb7099b81a9f194e6b293020db850c7c27.tar.gz
Remove duplicate FreeBSD Id
Remoce unused #include Use imperative mode to start flag description
Diffstat (limited to 'usr.bin/cut/cut.c')
-rw-r--r--usr.bin/cut/cut.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/cut/cut.c b/usr.bin/cut/cut.c
index a3c1dfe..19b9e07 100644
--- a/usr.bin/cut/cut.c
+++ b/usr.bin/cut/cut.c
@@ -32,9 +32,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
- *
*/
#ifndef lint
@@ -48,7 +45,6 @@ static const char rcsid[] =
#include <ctype.h>
#include <err.h>
-#include <errno.h>
#include <limits.h>
#include <locale.h>
#include <stdio.h>
OpenPOWER on IntegriCloud