diff options
Diffstat (limited to 'usr.bin/ldd')
| -rw-r--r-- | usr.bin/ldd/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/ldd/extern.h | 2 | ||||
| -rw-r--r-- | usr.bin/ldd/ldd.1 | 2 | ||||
| -rw-r--r-- | usr.bin/ldd/ldd.c | 2 | ||||
| -rw-r--r-- | usr.bin/ldd/sods.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/ldd/Makefile b/usr.bin/ldd/Makefile index bb04f4550e32..5e3200690d93 100644 --- a/usr.bin/ldd/Makefile +++ b/usr.bin/ldd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ldd/Makefile,v 1.13 2004/06/29 21:13:15 dwmalone Exp $ PROG= ldd SRCS= ldd.c diff --git a/usr.bin/ldd/extern.h b/usr.bin/ldd/extern.h index 4df6759b971d..936f52b2be23 100644 --- a/usr.bin/ldd/extern.h +++ b/usr.bin/ldd/extern.h @@ -22,7 +22,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/ldd/extern.h,v 1.1 2002/04/28 12:55:35 markm Exp $ */ extern void dump_file(const char *); diff --git a/usr.bin/ldd/ldd.1 b/usr.bin/ldd/ldd.1 index 0446aa260d7a..a7e5159d5434 100644 --- a/usr.bin/ldd/ldd.1 +++ b/usr.bin/ldd/ldd.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ldd/ldd.1,v 1.23 2002/12/30 21:18:11 schweikh Exp $ .\" .Dd October 22, 1993 .Dt LDD 1 diff --git a/usr.bin/ldd/ldd.c b/usr.bin/ldd/ldd.c index 8e5e5d2f2bcf..6880f3690406 100644 --- a/usr.bin/ldd/ldd.c +++ b/usr.bin/ldd/ldd.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ldd/ldd.c,v 1.33 2002/10/19 10:18:29 sobomax Exp $"); #include <sys/wait.h> diff --git a/usr.bin/ldd/sods.c b/usr.bin/ldd/sods.c index e6de90fcae38..c1288f99a664 100644 --- a/usr.bin/ldd/sods.c +++ b/usr.bin/ldd/sods.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ldd/sods.c,v 1.17 2004/06/29 21:13:15 dwmalone Exp $"); #include <sys/types.h> #include <sys/mman.h> |
