aboutsummaryrefslogtreecommitdiff
path: root/bin/sync
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1996-12-14 06:16:51 +0000
committerSteve Price <steve@FreeBSD.org>1996-12-14 06:16:51 +0000
commit4507dafda42e789c97442fb62f9b2ed44c9765d3 (patch)
treef6c900411aae5013d22524ee4377362e17e0a2bb /bin/sync
parentdb5b8caf544a6761865ff39f2e1a76fb8fe57b63 (diff)
downloadsrc-4507dafda42e789c97442fb62f9b2ed44c9765d3.tar.gz
src-4507dafda42e789c97442fb62f9b2ed44c9765d3.zip
-Wall cleaning.
Notes
Notes: svn path=/head/; revision=20424
Diffstat (limited to 'bin/sync')
-rw-r--r--bin/sync/sync.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/sync/sync.c b/bin/sync/sync.c
index 7e5a387e1a21..70453f24dc4a 100644
--- a/bin/sync/sync.c
+++ b/bin/sync/sync.c
@@ -30,17 +30,17 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: sync.c,v 1.4 1994/09/24 02:59:09 davidg Exp $
*/
#ifndef lint
-static char copyright[] =
+static char const copyright[] =
"@(#) Copyright (c) 1987, 1993\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
-static char sccsid[] = "@(#)sync.c 8.1 (Berkeley) 5/31/93";
+static char const sccsid[] = "@(#)sync.c 8.1 (Berkeley) 5/31/93";
#endif /* not lint */
#include <unistd.h>