break out special local mail processing (e.g., mapping to the
[unix-history] / usr / src / bin / sync / sync.c
CommitLineData
1dc93b42 1/*
5a4fc040
KB
2 * Copyright (c) 1987, 1993
3 * The Regents of the University of California. All rights reserved.
1dc93b42 4 *
27c71911 5 * %sccs.include.redist.c%
1dc93b42
KB
6 */
7
8#ifndef lint
5a4fc040
KB
9static char copyright[] =
10"@(#) Copyright (c) 1987, 1993\n\
11 The Regents of the University of California. All rights reserved.\n";
1dc93b42
KB
12#endif /* not lint */
13
14#ifndef lint
5a4fc040 15static char sccsid[] = "@(#)sync.c 8.1 (Berkeley) %G%";
1dc93b42
KB
16#endif /* not lint */
17
7b65633f
BJ
18main()
19{
7b65633f 20 sync();
1dc93b42 21 exit(0);
7b65633f 22}