summaryrefslogtreecommitdiffstats
path: root/libexec/comsat/comsat.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix most cases where the address of an int is passed to a function expecting astefanf2005-02-141-1/+1
| | | | socklen_t * argument.
* Add ability to only beep when mail arrives.johan2002-07-091-6/+20
| | | | | | | | | | | | | comsat: only send two bell charecters if S_IXGRP is set and S_IXUSR is not. biff: add new option 'b' to set S_IXGRP. PR: 10931 Submitted by: Andrew J. Korty <ajk@purdue.edu> Approved by: sheldonh (mentor) MFC after: 1 month
* o Eliminate __Pimp2002-02-031-31/+18
| | | | | | o Use new-style function definitions o remove some !__STDC__ code o eliminate register
* File positions are off_t nowdays, not long, so:ache2001-09-031-4/+4
| | | | | | | | | | | | atoi -> strtoll fseek -> fseeko NOTE: that fseek not works for >long offsets per POSIX: [EOVERFLOW] For fseek( ), the resulting file offset would be a value which cannot be represented correctly in an object of type long. Fix minor cast too.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Fixed printf format errors.bde1998-06-301-3/+5
|
* Use err(3). exit(-1) -> exit(1).charnier1997-11-201-11/+11
|
* Allow backspace tooache1997-09-151-2/+2
|
* disable upper controls and enable all otherache1997-09-151-11/+15
| | | | 8bit codes due to lack of locale knowledge in daemon
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* add forgotten $Id$wosch1996-09-221-0/+2
|
* wrong C bracketing, *blush*...peter1996-09-071-1/+1
|
* Another sgtty use bites the dust..peter1996-09-071-5/+4
|
* Pass in both username and file to jkfprintfpst1996-06-041-6/+7
|
* Extend message format to user@offset[:file]ache1994-10-151-9/+36
| | | | Obtained from: FreeBSD 1.x
* BSD 4.4 Lite Libexec Sourcesrgrimes1994-05-271-0/+284
OpenPOWER on IntegriCloud