diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
| commit | a9c219fa3cec18ef9f30edec6fa106bf0e2d423d (patch) | |
| tree | 50188ea5c781ddc35338e77f24e94f1aa22aae1c /tools/KSE/rr | |
| parent | ba209d619d07461cc752dcdd596ab0d9b50e847a (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs
'RELENG_7_0_0_RELEASE'.
This commit was manufactured to restore the state of the 7.0-RELEASE image.
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 |
