aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/talk/ctl.c
Commit message (Collapse)AuthorAgeFilesLines
* Include missing headers.Stefan Farfeleder2005-02-091-0/+3
| | | | Notes: svn path=/head/; revision=141563
* 1. Use socklen_t instead of intColin Percival2004-03-211-4/+4
| | | | | | | | | 2. Compare socket(2) return code to -1, not <= 0. Obtained from: OpenBSD rev. 1.9 Notes: svn path=/head/; revision=127263
* Use the new style struct sockaddr instead of osockaddr in system callsTim J. Robbins2003-09-281-0/+6
| | | | | | | | | so that talk works without COMPAT_43. Obtained from: NetBSD (christos), Rumi Szabolcs Notes: svn path=/head/; revision=120550
* WARNS=2 fixes with NO_WERROR set because of system-header originatingMark Murray2001-12-111-5/+5
| | | | | | | warnings. Use __FBSDID(). Notes: svn path=/head/; revision=87710
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Fixed printf format errors.Bruce Evans1998-07-061-2/+2
| | | | Notes: svn path=/head/; revision=37453
* Add rcsid. Remove unused #includes (what about RU# ?). Change exit(-1) andPhilippe Charnier1998-01-141-3/+4
| | | | | | | add usage(). Notes: svn path=/head/; revision=32503
* Make talk automagically find out the interface IP address where theJoerg Wunsch1996-03-091-2/+5
| | | | | | | | | | remote peer will be connected through. This avoids the ``Checking for invitation on caller's machine'' problem for multi-homed hosts. Thanks to: Garrett, for his `find_interface' example Notes: svn path=/head/; revision=14443
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
| | | | Notes: svn path=/head/; revision=8874
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+113
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590