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 ac571f7f1aee..e5238e813a66 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.2.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/KSE/rr/kse_asm.S,v 1.2.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * Where do we define these? |