diff options
Diffstat (limited to 'bin/ls')
| -rw-r--r-- | bin/ls/Makefile | 2 | ||||
| -rw-r--r-- | bin/ls/cmp.c | 2 | ||||
| -rw-r--r-- | bin/ls/extern.h | 2 | ||||
| -rw-r--r-- | bin/ls/ls.1 | 2 | ||||
| -rw-r--r-- | bin/ls/ls.c | 2 | ||||
| -rw-r--r-- | bin/ls/ls.h | 2 | ||||
| -rw-r--r-- | bin/ls/print.c | 2 | ||||
| -rw-r--r-- | bin/ls/util.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/bin/ls/Makefile b/bin/ls/Makefile index 2af1203b1d38..7c835b253d48 100644 --- a/bin/ls/Makefile +++ b/bin/ls/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/2/93 -# $FreeBSD$ +# $FreeBSD: src/bin/ls/Makefile,v 1.26 2004/05/25 14:53:47 pjd Exp $ PROG= ls SRCS= cmp.c ls.c print.c util.c diff --git a/bin/ls/cmp.c b/bin/ls/cmp.c index 37b4a750e31f..48466ae531d0 100644 --- a/bin/ls/cmp.c +++ b/bin/ls/cmp.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)cmp.c 8.1 (Berkeley) 5/31/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/ls/cmp.c,v 1.17 2005/06/03 11:05:58 dd Exp $"); #include <sys/types.h> diff --git a/bin/ls/extern.h b/bin/ls/extern.h index 02a61f5852b2..643f3835eda2 100644 --- a/bin/ls/extern.h +++ b/bin/ls/extern.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * from: @(#)extern.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/bin/ls/extern.h,v 1.24 2005/06/03 11:05:58 dd Exp $ */ int acccmp(const FTSENT *, const FTSENT *); diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index e71486733975..8327415fbf14 100644 --- a/bin/ls/ls.1 +++ b/bin/ls/ls.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ls.1 8.7 (Berkeley) 7/29/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/ls/ls.1,v 1.89.2.1 2005/09/07 16:29:11 garys Exp $ .\" .Dd June 2, 2005 .Dt LS 1 diff --git a/bin/ls/ls.c b/bin/ls/ls.c index d8400eedad45..0978ed40e9df 100644 --- a/bin/ls/ls.c +++ b/bin/ls/ls.c @@ -42,7 +42,7 @@ static char sccsid[] = "@(#)ls.c 8.5 (Berkeley) 4/2/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/ls/ls.c,v 1.80 2005/06/03 11:05:58 dd Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/bin/ls/ls.h b/bin/ls/ls.h index d4e5db6ad219..c2fe1777271f 100644 --- a/bin/ls/ls.h +++ b/bin/ls/ls.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * from: @(#)ls.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/bin/ls/ls.h,v 1.21 2005/01/10 08:39:23 imp Exp $ */ #define NO_PRINT 1 diff --git a/bin/ls/print.c b/bin/ls/print.c index 185b418afe30..a8a876f6e74b 100644 --- a/bin/ls/print.c +++ b/bin/ls/print.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)print.c 8.4 (Berkeley) 4/17/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/ls/print.c,v 1.74 2005/01/10 08:39:23 imp Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/bin/ls/util.c b/bin/ls/util.c index 914b030b9f6c..1aaa3c473713 100644 --- a/bin/ls/util.c +++ b/bin/ls/util.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)util.c 8.3 (Berkeley) 4/2/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/ls/util.c,v 1.38 2005/06/03 11:05:58 dd Exp $"); #include <sys/types.h> #include <sys/stat.h> |
