diff options
Diffstat (limited to 'usr.bin/find')
| -rw-r--r-- | usr.bin/find/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/find/extern.h | 2 | ||||
| -rw-r--r-- | usr.bin/find/find.1 | 2 | ||||
| -rw-r--r-- | usr.bin/find/find.c | 2 | ||||
| -rw-r--r-- | usr.bin/find/find.h | 2 | ||||
| -rw-r--r-- | usr.bin/find/function.c | 2 | ||||
| -rw-r--r-- | usr.bin/find/getdate.y | 2 | ||||
| -rw-r--r-- | usr.bin/find/ls.c | 2 | ||||
| -rw-r--r-- | usr.bin/find/main.c | 2 | ||||
| -rw-r--r-- | usr.bin/find/misc.c | 2 | ||||
| -rw-r--r-- | usr.bin/find/operator.c | 2 | ||||
| -rw-r--r-- | usr.bin/find/option.c | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/usr.bin/find/Makefile b/usr.bin/find/Makefile index b20dc0346f55..32e49e19f1e2 100644 --- a/usr.bin/find/Makefile +++ b/usr.bin/find/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/find/Makefile,v 1.18.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $ PROG= find SRCS= find.c function.c ls.c main.c misc.c operator.c option.c \ diff --git a/usr.bin/find/extern.h b/usr.bin/find/extern.h index 716c1f57be14..de77826c4c37 100644 --- a/usr.bin/find/extern.h +++ b/usr.bin/find/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.3 (Berkeley) 4/16/94 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/find/extern.h,v 1.24.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #include <sys/cdefs.h> diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 824b917a2a5b..199cd0562d26 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)find.1 8.7 (Berkeley) 5/9/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/find/find.1,v 1.86.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ .\" .Dd February 24, 2008 .Dt FIND 1 diff --git a/usr.bin/find/find.c b/usr.bin/find/find.c index cc2d797a541d..5b8cec79c290 100644 --- a/usr.bin/find/find.c +++ b/usr.bin/find/find.c @@ -42,7 +42,7 @@ static char sccsid[] = "@(#)find.c 8.5 (Berkeley) 8/5/94"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/find/find.c,v 1.18.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/find/find.h b/usr.bin/find/find.h index 5a465f1656ec..b97ce3fd6ed3 100644 --- a/usr.bin/find/find.h +++ b/usr.bin/find/find.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)find.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/find/find.h,v 1.20.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #include <regex.h> diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c index bfa0a36a9c55..28c81980df18 100644 --- a/usr.bin/find/function.c +++ b/usr.bin/find/function.c @@ -41,7 +41,7 @@ static const char sccsid[] = "@(#)function.c 8.10 (Berkeley) 5/4/95"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/find/function.c,v 1.62.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/ucred.h> diff --git a/usr.bin/find/getdate.y b/usr.bin/find/getdate.y index de7750c88ff5..0f7bcb95bb7f 100644 --- a/usr.bin/find/getdate.y +++ b/usr.bin/find/getdate.y @@ -13,7 +13,7 @@ /* SUPPRESS 288 on yyerrlab *//* Label unused */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/find/getdate.y,v 1.4.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <stdio.h> #include <ctype.h> diff --git a/usr.bin/find/ls.c b/usr.bin/find/ls.c index 88e45938cc6d..972ccf4b075d 100644 --- a/usr.bin/find/ls.c +++ b/usr.bin/find/ls.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)ls.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/find/ls.c,v 1.17.30.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/find/main.c b/usr.bin/find/main.c index 8e2b42cd298c..7cf206d3e01f 100644 --- a/usr.bin/find/main.c +++ b/usr.bin/find/main.c @@ -47,7 +47,7 @@ static char sccsid[] = "@(#)main.c 8.4 (Berkeley) 5/4/95"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/find/main.c,v 1.16.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/find/misc.c b/usr.bin/find/misc.c index 15329064cf44..8b1810606ae2 100644 --- a/usr.bin/find/misc.c +++ b/usr.bin/find/misc.c @@ -42,7 +42,7 @@ static char sccsid[] = "@(#)misc.c 8.2 (Berkeley) 4/1/94"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/find/misc.c,v 1.8.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/find/operator.c b/usr.bin/find/operator.c index c774efa0dc89..f129657df7fc 100644 --- a/usr.bin/find/operator.c +++ b/usr.bin/find/operator.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)operator.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/find/operator.c,v 1.14.32.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/find/option.c b/usr.bin/find/option.c index 7d06c910ae70..d35289709a0b 100644 --- a/usr.bin/find/option.c +++ b/usr.bin/find/option.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)option.c 8.2 (Berkeley) 4/16/94"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/find/option.c,v 1.26.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> |
