aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/paste
Commit message (Collapse)AuthorAgeFilesLines
* 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-312-41/+39
| | | | 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-273-0/+375
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590