diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-10-16 19:20:03 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-10-16 19:20:03 +0000 |
commit | 70f9d0aedf4ca5118e179d710d28784002eeda6f (patch) | |
tree | aad40abf38d60da6f113eed519ae57e7eb715279 /bin/pax/pat_rep.c | |
parent | 095c2ee89237305b5ddf4176c567978054b9f40f (diff) |
sprinkle const; mostly from NetBSD
Diffstat (limited to 'bin/pax/pat_rep.c')
-rw-r--r-- | bin/pax/pat_rep.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/pax/pat_rep.c b/bin/pax/pat_rep.c index c388729cf26..e32812d73bb 100644 --- a/bin/pax/pat_rep.c +++ b/bin/pax/pat_rep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pat_rep.c,v 1.21 2002/10/16 17:43:10 millert Exp $ */ +/* $OpenBSD: pat_rep.c,v 1.22 2002/10/16 19:20:02 millert Exp $ */ /* $NetBSD: pat_rep.c,v 1.4 1995/03/21 09:07:33 cgd Exp $ */ /*- @@ -40,9 +40,9 @@ #ifndef lint #if 0 -static char sccsid[] = "@(#)pat_rep.c 8.2 (Berkeley) 4/18/94"; +static const char sccsid[] = "@(#)pat_rep.c 8.2 (Berkeley) 4/18/94"; #else -static char rcsid[] = "$OpenBSD: pat_rep.c,v 1.21 2002/10/16 17:43:10 millert Exp $"; +static const char rcsid[] = "$OpenBSD: pat_rep.c,v 1.22 2002/10/16 19:20:02 millert Exp $"; #endif #endif /* not lint */ |