summaryrefslogtreecommitdiffstats
path: root/usr.bin/rwall/rwall.c
Commit message (Collapse)AuthorAgeFilesLines
* Add missing static keywords to rwall(1)ed2011-11-061-3/+3
|
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+1
| | | | needed.
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-1/+0
| | | | Tested with: make universe
* Sync program's usage() with manpage's SYNOPSIS.ru2005-05-211-1/+1
|
* More xdrproc_t warnings.peter2003-10-261-2/+2
|
* ANSIify function definitions.dwmalone2002-09-041-1/+1
| | | | | | | | | Add some constness to avoid some warnings. Remove use register keyword. Deal with missing/unneeded extern/prototypes. Some minor type changes/casts to avoid warnings. Reviewed by: md5
* 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