diff options
Diffstat (limited to 'tools/KSE/rr/kse_asm.S')
-rw-r--r-- | tools/KSE/rr/kse_asm.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/KSE/rr/kse_asm.S b/tools/KSE/rr/kse_asm.S index 20dc1dbba258a..3cdede7d2f792 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.28.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/KSE/rr/kse_asm.S,v 1.1.1.1.28.1 2008/10/02 02:57:24 kensmith Exp $"); /* * Where do we define these? |