summaryrefslogtreecommitdiffstats
path: root/bin/sync/sync.c
Commit message (Collapse)AuthorAgeFilesLines
* Quiet warnings about copyright[].obrien2003-05-011-2/+2
|
* Consistently use FBSDIDobrien2002-06-301-2/+2
|
* o __P has been reovedimp2002-02-021-3/+1
| | | | | | | | | | | | | | | | | | o Old-style K&R declarations have been converted to new C89 style o register has been removed o prototype for main() has been removed (gcc3 makes it an error) o int main(int argc, char *argv[]) is the preferred main definition. o Attempt to not break style(9) conformance for declarations more than they already are. o Change int foo() { ... to int foo(void) { ...
* <stdlib.h> is needed for exit(3) when building with -fno-builtin.des2001-06-191-0/+1
|
* Silence WARNS=2 and BDECFLAGS on alpha and i386kris2001-05-201-0/+2
| | | | MFC after: 1 week
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Correct use of .Nm. Add section number to .Xr references. Add rcsid.charnier1998-05-181-3/+5
|
* 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.
* -Wall cleaning.steve1996-12-141-3/+3
|
* Added $Id$dg1994-09-241-0/+2
|
* The former patch to sync.c was short-lived. Bruce pointed out thatphk1994-09-201-2/+3
| | | | "Now it is has 2 portability bugs, which is a lot for 5 lines of working code"
* Applied patch to make -Wall and -Dlint shut up.phk1994-09-201-1/+3
| | | | | Reviewed by: phk Submitted by: Josef Grosch <joeg@gagme.wwa.com>
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-261-0/+48
OpenPOWER on IntegriCloud