diff options
Diffstat (limited to 'tools/KSE/rr')
| -rw-r--r-- | tools/KSE/rr/Makefile | 2 | ||||
| -rw-r--r-- | tools/KSE/rr/kse_asm.S | 4 | ||||
| -rw-r--r-- | tools/KSE/rr/rr.c | 2 | ||||
| -rw-r--r-- | tools/KSE/rr/simplelock.h | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/tools/KSE/rr/Makefile b/tools/KSE/rr/Makefile index 45e1dbb7923a..b3abb62c5d0c 100644 --- a/tools/KSE/rr/Makefile +++ b/tools/KSE/rr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/KSE/rr/Makefile,v 1.2 2004/12/21 08:47:20 ru Exp $ PROG= rr NO_MAN= diff --git a/tools/KSE/rr/kse_asm.S b/tools/KSE/rr/kse_asm.S index 20dc1dbba258..c079d9ed6147 100644 --- a/tools/KSE/rr/kse_asm.S +++ b/tools/KSE/rr/kse_asm.S @@ -24,11 +24,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/KSE/rr/kse_asm.S,v 1.1.1.1 2003/02/26 01:05:09 davidxu Exp $ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/KSE/rr/kse_asm.S,v 1.1.1.1 2003/02/26 01:05:09 davidxu Exp $"); /* * Where do we define these? diff --git a/tools/KSE/rr/rr.c b/tools/KSE/rr/rr.c index a75ce2e505e2..a82d67365e3a 100644 --- a/tools/KSE/rr/rr.c +++ b/tools/KSE/rr/rr.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/KSE/rr/rr.c,v 1.2 2003/03/21 08:21:39 davidxu Exp $ */ /* diff --git a/tools/KSE/rr/simplelock.h b/tools/KSE/rr/simplelock.h index 2dae6abd5d08..7b60d13274fd 100644 --- a/tools/KSE/rr/simplelock.h +++ b/tools/KSE/rr/simplelock.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/KSE/rr/simplelock.h,v 1.1.1.1 2003/02/26 01:05:09 davidxu Exp $ */ #ifndef _SIMPLELOCK_H |
