summaryrefslogtreecommitdiffstats
path: root/usr.bin/rwall/rwall.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert/fix the most controversial parts of the last commit:markm2002-03-071-7/+4
| | | | | | | 1) place __FBSDID() correctly IAW style(9). 2) revert (and slightly correct) a "complex" expression in an if() statement.
* ANSIfication, WARNS and lint cleanup.markm2002-03-041-36/+38
|
* Cleanup this code a bit by attempting to sync it up with NetBSD andkris2000-11-261-12/+18
| | | | | | with each other. Reviewed by: markm, dwmalone
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* PR: bin/8680dillon1998-12-131-4/+3
| | | | | Minor adjustments to rwall.c. Increased the size of a couple of char arrays and replaced a potentially dangeerous strcpy/strcat with snprintf().
* Use err(3). Add usage().charnier1997-08-081-37/+39
|
* 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.
* Fix bug found by new prototypes. The code was passing an int to a functionpeter1996-12-301-2/+5
| | | | | that was expecting a "struct timeval" on the stack. I've guessed at a suitable replacement timeout.
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* rwall from FreeBSD 1.1.5.1csgr1994-08-281-0/+174
Reviewed by: Geoff Submitted by: Christopher G. Demetriou
OpenPOWER on IntegriCloud