From 34c71a268a24c65a89dc8fb8a234d3f425b10eda Mon Sep 17 00:00:00 2001 From: steve Date: Thu, 7 Aug 1997 22:28:25 +0000 Subject: Observe precedence set by Phillippe Charnier in adding an rcsid. --- bin/ls/cmp.c | 8 +++++--- bin/ls/ls.c | 11 ++++++++--- bin/ls/print.c | 8 +++++--- bin/ls/stat_flags.c | 8 +++++--- bin/ls/util.c | 8 +++++--- lib/libc/gen/setflags.c | 8 +++++--- lib/libc/gen/setflagsbyname.c | 8 +++++--- lib/libc/gen/strtofflags.c | 8 +++++--- lib/libutil/stat_flags.c | 8 +++++--- 9 files changed, 48 insertions(+), 27 deletions(-) diff --git a/bin/ls/cmp.c b/bin/ls/cmp.c index 42e3e80..bf49659 100644 --- a/bin/ls/cmp.c +++ b/bin/ls/cmp.c @@ -32,13 +32,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)cmp.c 8.1 (Berkeley) 5/31/93 */ #ifndef lint +#if 0 +static char sccsid[] = "@(#)cmp.c 8.1 (Berkeley) 5/31/93"; +#else static const char rcsid[] = - "$Id: cmp.c,v 1.6 1997/02/22 14:03:53 peter Exp $"; + "$Id: cmp.c,v 1.7 1997/08/07 15:33:45 steve Exp $"; +#endif #endif /* not lint */ #include diff --git a/bin/ls/ls.c b/bin/ls/ls.c index 6816850..7f4e148 100644 --- a/bin/ls/ls.c +++ b/bin/ls/ls.c @@ -32,16 +32,21 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)ls.c 8.5 (Berkeley) 4/2/94 */ #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1989, 1993, 1994\n\ The Regents of the University of California. All rights reserved.\n"; +#endif /* not lint */ + +#ifndef lint +#if 0 +static char sccsid[] = "@(#)ls.c 8.5 (Berkeley) 4/2/94"; +#else static const char rcsid[] = - "$Id: ls.c,v 1.14 1997/03/28 15:24:23 imp Exp $"; + "$Id: ls.c,v 1.15 1997/08/07 15:33:47 steve Exp $"; +#endif #endif /* not lint */ #include diff --git a/bin/ls/print.c b/bin/ls/print.c index c27a18a..982d079 100644 --- a/bin/ls/print.c +++ b/bin/ls/print.c @@ -32,13 +32,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)print.c 8.4 (Berkeley) 4/17/94"; */ #ifndef lint +#if 0 +static char sccsid[] = "@(#)print.c 8.4 (Berkeley) 4/17/94"; +#else static const char rcsid[] = - "$Id: print.c,v 1.12 1997/02/22 14:04:01 peter Exp $"; + "$Id: print.c,v 1.13 1997/08/07 15:33:48 steve Exp $"; +#endif #endif /* not lint */ #include diff --git a/bin/ls/stat_flags.c b/bin/ls/stat_flags.c index 75becab..775bcd7 100644 --- a/bin/ls/stat_flags.c +++ b/bin/ls/stat_flags.c @@ -29,13 +29,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)stat_flags.c 8.1 (Berkeley) 5/31/93 */ #ifndef lint +#if 0 +static char sccsid[] = "@(#)stat_flags.c 8.1 (Berkeley) 5/31/93"; +#else static const char rcsid[] = - "$Id: stat_flags.c,v 1.6 1997/06/02 06:24:50 julian Exp $"; + "$Id: stat_flags.c,v 1.7 1997/08/07 15:33:49 steve Exp $"; +#endif #endif /* not lint */ #include diff --git a/bin/ls/util.c b/bin/ls/util.c index 6c03818..05c9cd4 100644 --- a/bin/ls/util.c +++ b/bin/ls/util.c @@ -32,13 +32,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)util.c 8.3 (Berkeley) 4/2/94 */ #ifndef lint +#if 0 +static char sccsid[] = "@(#)util.c 8.3 (Berkeley) 4/2/94"; +#else static const char rcsid[] = - "$Id: util.c,v 1.9 1997/03/26 17:48:40 obrien Exp $"; + "$Id: util.c,v 1.10 1997/08/07 15:33:50 steve Exp $"; +#endif #endif /* not lint */ #include diff --git a/lib/libc/gen/setflags.c b/lib/libc/gen/setflags.c index 75becab..775bcd7 100644 --- a/lib/libc/gen/setflags.c +++ b/lib/libc/gen/setflags.c @@ -29,13 +29,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)stat_flags.c 8.1 (Berkeley) 5/31/93 */ #ifndef lint +#if 0 +static char sccsid[] = "@(#)stat_flags.c 8.1 (Berkeley) 5/31/93"; +#else static const char rcsid[] = - "$Id: stat_flags.c,v 1.6 1997/06/02 06:24:50 julian Exp $"; + "$Id: stat_flags.c,v 1.7 1997/08/07 15:33:49 steve Exp $"; +#endif #endif /* not lint */ #include diff --git a/lib/libc/gen/setflagsbyname.c b/lib/libc/gen/setflagsbyname.c index 75becab..775bcd7 100644 --- a/lib/libc/gen/setflagsbyname.c +++ b/lib/libc/gen/setflagsbyname.c @@ -29,13 +29,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)stat_flags.c 8.1 (Berkeley) 5/31/93 */ #ifndef lint +#if 0 +static char sccsid[] = "@(#)stat_flags.c 8.1 (Berkeley) 5/31/93"; +#else static const char rcsid[] = - "$Id: stat_flags.c,v 1.6 1997/06/02 06:24:50 julian Exp $"; + "$Id: stat_flags.c,v 1.7 1997/08/07 15:33:49 steve Exp $"; +#endif #endif /* not lint */ #include diff --git a/lib/libc/gen/strtofflags.c b/lib/libc/gen/strtofflags.c index 75becab..775bcd7 100644 --- a/lib/libc/gen/strtofflags.c +++ b/lib/libc/gen/strtofflags.c @@ -29,13 +29,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)stat_flags.c 8.1 (Berkeley) 5/31/93 */ #ifndef lint +#if 0 +static char sccsid[] = "@(#)stat_flags.c 8.1 (Berkeley) 5/31/93"; +#else static const char rcsid[] = - "$Id: stat_flags.c,v 1.6 1997/06/02 06:24:50 julian Exp $"; + "$Id: stat_flags.c,v 1.7 1997/08/07 15:33:49 steve Exp $"; +#endif #endif /* not lint */ #include diff --git a/lib/libutil/stat_flags.c b/lib/libutil/stat_flags.c index 75becab..775bcd7 100644 --- a/lib/libutil/stat_flags.c +++ b/lib/libutil/stat_flags.c @@ -29,13 +29,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * from: @(#)stat_flags.c 8.1 (Berkeley) 5/31/93 */ #ifndef lint +#if 0 +static char sccsid[] = "@(#)stat_flags.c 8.1 (Berkeley) 5/31/93"; +#else static const char rcsid[] = - "$Id: stat_flags.c,v 1.6 1997/06/02 06:24:50 julian Exp $"; + "$Id: stat_flags.c,v 1.7 1997/08/07 15:33:49 steve Exp $"; +#endif #endif /* not lint */ #include -- cgit v1.1