aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/paste/paste.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC Rev 1.7:Mike Barcroft2002-04-011-4/+7
| | | | | | | | | When invoked with no file arguments, display usage. Use new ID scheme. Notes: svn path=/stable/4/; revision=93587
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Add #include <stdlib.h> to get prototype for malloc(). Without this,John Birrell1998-02-201-1/+2
| | | | | | | | the compiler assumes an int return. On alpha this is enough to ruin ya day. Notes: svn path=/head/; revision=33644
* Remove bogus malloc() decl.Satoshi Asami1997-08-051-2/+2
| | | | Notes: svn path=/head/; revision=27907
* Use err(3). Add prototypes. Silent -Wall.Philippe Charnier1997-07-311-36/+34
| | | | Notes: svn path=/head/; revision=27787
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+251
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590