diff options
author | hunt <hunt> | 2005-10-31 19:23:21 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-10-31 19:23:21 +0000 |
commit | b4e1e09cca183a8cb9879511e9a5b5e53d8c90d5 (patch) | |
tree | 59a016d15c457e897a414cfa47e3efbee04a35c7 /runtime/regs.c | |
parent | 1c9db4fdf66fe88a731319b99942872fa567d742 (diff) | |
download | systemtap-steved-b4e1e09cca183a8cb9879511e9a5b5e53d8c90d5.tar.gz systemtap-steved-b4e1e09cca183a8cb9879511e9a5b5e53d8c90d5.tar.xz systemtap-steved-b4e1e09cca183a8cb9879511e9a5b5e53d8c90d5.zip |
2005-10-31 Martin Hunt <hunt@redhat.com>
* ALL: Cleanup copyrights.
Diffstat (limited to 'runtime/regs.c')
-rw-r--r-- | runtime/regs.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/regs.c b/runtime/regs.c index 51c46db3..3684ad3d 100644 --- a/runtime/regs.c +++ b/runtime/regs.c @@ -1,4 +1,5 @@ -/* register access functions +/* -*- linux-c -*- + * register access functions * Copyright (C) 2005 Intel Corporation. * * This file is part of systemtap, and is free software. You can @@ -7,7 +8,7 @@ * later version. */ -#ifndef _REG_C_ /* -*- linux-c -*- */ +#ifndef _REG_C_ #define _REG_C_ #if defined __ia64__ |