diff options
author | Martin Hunt <hunt@redhat.com> | 2008-03-30 19:47:51 -0400 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 2008-03-30 19:47:51 -0400 |
commit | 20d2c2c26b42b27a4881a46364a33330b2a6ea31 (patch) | |
tree | 8c2c94a65276d7815314eea72fa6ac30964c4cf1 /runtime/copy.c | |
parent | 6567250495117bfa4eb8b58c805897133c0d3ff2 (diff) | |
download | systemtap-steved-20d2c2c26b42b27a4881a46364a33330b2a6ea31.tar.gz systemtap-steved-20d2c2c26b42b27a4881a46364a33330b2a6ea31.tar.xz systemtap-steved-20d2c2c26b42b27a4881a46364a33330b2a6ea31.zip |
Support for kernels built with CONFIG_FRAME_POINTER
Diffstat (limited to 'runtime/copy.c')
-rw-r--r-- | runtime/copy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/copy.c b/runtime/copy.c index 8891f171..6bb22762 100644 --- a/runtime/copy.c +++ b/runtime/copy.c @@ -1,6 +1,6 @@ /* -*- linux-c -*- * Copy from user space functions - * Copyright (C) 2005, 2006, 2007 Red Hat Inc. + * Copyright (C) 2005-2008 Red Hat Inc. * Copyright (C) 2005 Intel Corporation. * * This file is part of systemtap, and is free software. You can |