diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-02-23 15:32:56 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-02-23 15:32:56 +0000 |
| commit | 84a7b99b4e02a260bf7ff9b540032f4cb7bc612a (patch) | |
| tree | 85059f7e88bcf124efae7c17bd99cfa18627a8c4 /gnu/usr.bin/sort | |
| parent | a28c3ad292f6f6cbe1c4ff05efb3d53eb45f17ff (diff) | |
Diffstat (limited to 'gnu/usr.bin/sort')
| -rw-r--r-- | gnu/usr.bin/sort/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/sort/config.h | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/sort/unlocked-io.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/sort/Makefile b/gnu/usr.bin/sort/Makefile index de752b585bb8..3d9682189d3e 100644 --- a/gnu/usr.bin/sort/Makefile +++ b/gnu/usr.bin/sort/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/gnu/usr.bin/sort/Makefile,v 1.8 2003/08/30 14:28:14 ache Exp $ SORTDIR= ${.CURDIR}/../../../contrib/gnu-sort .PATH: ${SORTDIR}/lib ${SORTDIR}/src ${SORTDIR}/man diff --git a/gnu/usr.bin/sort/config.h b/gnu/usr.bin/sort/config.h index b2fa5cf88de0..3bea0974bccd 100644 --- a/gnu/usr.bin/sort/config.h +++ b/gnu/usr.bin/sort/config.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/gnu/usr.bin/sort/config.h,v 1.6 2003/08/30 14:28:14 ache Exp $ */ /* config.h. Generated by configure. */ /* config.hin. Generated from configure.ac by autoheader. */ diff --git a/gnu/usr.bin/sort/unlocked-io.h b/gnu/usr.bin/sort/unlocked-io.h index 3c7a4765eeda..8270f1ad8890 100644 --- a/gnu/usr.bin/sort/unlocked-io.h +++ b/gnu/usr.bin/sort/unlocked-io.h @@ -1,2 +1,2 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/gnu/usr.bin/sort/unlocked-io.h,v 1.1 2002/06/08 10:34:12 ache Exp $ */ /* Dummy file for trimmed down sort */ |
