diff options
author | William Cohen <wcohen@redhat.com> | 2009-02-06 12:54:15 -0500 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2009-02-06 12:54:15 -0500 |
commit | 02a8be39355aeeba2dd873e68ec6527960fc9a12 (patch) | |
tree | fcfb952440ec65225fccb6cd5dbf4f9ecca32f50 /runtime/autoconf-procfs-owner.c | |
parent | d1e81455651ff70d1b380fd1b63ea0ae9047eb0f (diff) | |
parent | 2c48e4162100e7cbc53eeaee13cfbdd538b15380 (diff) | |
download | systemtap-steved-02a8be39355aeeba2dd873e68ec6527960fc9a12.tar.gz systemtap-steved-02a8be39355aeeba2dd873e68ec6527960fc9a12.tar.xz systemtap-steved-02a8be39355aeeba2dd873e68ec6527960fc9a12.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'runtime/autoconf-procfs-owner.c')
-rw-r--r-- | runtime/autoconf-procfs-owner.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/autoconf-procfs-owner.c b/runtime/autoconf-procfs-owner.c new file mode 100644 index 00000000..d64bf5e8 --- /dev/null +++ b/runtime/autoconf-procfs-owner.c @@ -0,0 +1,8 @@ +#include <linux/proc_fs.h> + +/* kernel commit 4d38a69c6 */ + +void bar (void) { + struct proc_dir_entry foo; + foo.owner = (void*) 0; +} |