summaryrefslogtreecommitdiffstats
path: root/usr.bin/talk/ctl.c
Commit message (Collapse)AuthorAgeFilesLines
* Add missing static keywords to talk(1)ed2011-11-061-0/+1
|
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
| | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson
* ANSIfy function prototypes. While I am there, constify some parameters anddelphij2008-04-281-7/+6
| | | | | make use of C99 sparse initialization for static variables, this makes talk(1) to compile cleanly with WARNS=6.
* Include missing headers.stefanf2005-02-091-0/+3
|
* 1. Use socklen_t instead of intcperciva2004-03-211-4/+4
| | | | | | 2. Compare socket(2) return code to -1, not <= 0. Obtained from: OpenBSD rev. 1.9
* Use the new style struct sockaddr instead of osockaddr in system callstjr2003-09-281-0/+6
| | | | | | so that talk works without COMPAT_43. Obtained from: NetBSD (christos), Rumi Szabolcs
* WARNS=2 fixes with NO_WERROR set because of system-header originatingmarkm2001-12-111-5/+5
| | | | warnings. Use __FBSDID().
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Fixed printf format errors.bde1998-07-061-2/+2
|
* Add rcsid. Remove unused #includes (what about RU# ?). Change exit(-1) andcharnier1998-01-141-3/+4
| | | | add usage().
* Make talk automagically find out the interface IP address where thejoerg1996-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
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+113
OpenPOWER on IntegriCloud