diff options
author | steve <steve@FreeBSD.org> | 1996-12-14 06:16:51 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1996-12-14 06:16:51 +0000 |
commit | a958416f1b4a022c358b94db0b8e6bcc6cb54ee0 (patch) | |
tree | f6c900411aae5013d22524ee4377362e17e0a2bb /bin/sync | |
parent | 1c6d77453c9343a570ad40843d4716a09846505d (diff) | |
download | FreeBSD-src-a958416f1b4a022c358b94db0b8e6bcc6cb54ee0.zip FreeBSD-src-a958416f1b4a022c358b94db0b8e6bcc6cb54ee0.tar.gz |
-Wall cleaning.
Diffstat (limited to 'bin/sync')
-rw-r--r-- | bin/sync/sync.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/sync/sync.c b/bin/sync/sync.c index 7e5a387..70453f2 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> |