summaryrefslogtreecommitdiffstats
path: root/bin/ls
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1997-08-07 22:28:25 +0000
committersteve <steve@FreeBSD.org>1997-08-07 22:28:25 +0000
commit34c71a268a24c65a89dc8fb8a234d3f425b10eda (patch)
tree54d4f6c2bbca68e3a263ab79e1a6fb0181a09bd9 /bin/ls
parentc61e3766177965797a40b9aaa90ac8f7cee25f47 (diff)
downloadFreeBSD-src-34c71a268a24c65a89dc8fb8a234d3f425b10eda.zip
FreeBSD-src-34c71a268a24c65a89dc8fb8a234d3f425b10eda.tar.gz
Observe precedence set by Phillippe Charnier in adding an
rcsid.
Diffstat (limited to 'bin/ls')
-rw-r--r--bin/ls/cmp.c8
-rw-r--r--bin/ls/ls.c11
-rw-r--r--bin/ls/print.c8
-rw-r--r--bin/ls/stat_flags.c8
-rw-r--r--bin/ls/util.c8
5 files changed, 28 insertions, 15 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 <sys/types.h>
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 <sys/types.h>
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 <sys/param.h>
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 <sys/types.h>
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 <sys/types.h>
OpenPOWER on IntegriCloud