xref: /csrg-svn/bin/sync/sync.c (revision 60723)
132741Sbostic /*
2*60723Sbostic  * Copyright (c) 1987, 1993
3*60723Sbostic  *	The Regents of the University of California.  All rights reserved.
432741Sbostic  *
542543Sbostic  * %sccs.include.redist.c%
632741Sbostic  */
732741Sbostic 
832741Sbostic #ifndef lint
9*60723Sbostic static char copyright[] =
10*60723Sbostic "@(#) Copyright (c) 1987, 1993\n\
11*60723Sbostic 	The Regents of the University of California.  All rights reserved.\n";
1232741Sbostic #endif /* not lint */
1332741Sbostic 
1432741Sbostic #ifndef lint
15*60723Sbostic static char sccsid[] = "@(#)sync.c	8.1 (Berkeley) 05/31/93";
1632741Sbostic #endif /* not lint */
1732741Sbostic 
main()181115Sbill main()
191115Sbill {
201115Sbill 	sync();
2132741Sbostic 	exit(0);
221115Sbill }
23