diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2009-02-06 12:19:22 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2009-02-06 12:19:59 -0500 |
commit | 2c48e4162100e7cbc53eeaee13cfbdd538b15380 (patch) | |
tree | b9b9ad83ff7525683d045f7f8c39c978cda30deb /buildrun.cxx | |
parent | e3687b9e6c8c0fe634ee2d33e770581d3a1e33ba (diff) | |
download | systemtap-steved-2c48e4162100e7cbc53eeaee13cfbdd538b15380.tar.gz systemtap-steved-2c48e4162100e7cbc53eeaee13cfbdd538b15380.tar.xz systemtap-steved-2c48e4162100e7cbc53eeaee13cfbdd538b15380.zip |
2.6.29rc build fix: autoconf for proc_dir_entry->owner going away
Diffstat (limited to 'buildrun.cxx')
-rw-r--r-- | buildrun.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/buildrun.cxx b/buildrun.cxx index 15ba3ae1..69cd6afb 100644 --- a/buildrun.cxx +++ b/buildrun.cxx @@ -1,5 +1,5 @@ // build/run probes -// Copyright (C) 2005-2008 Red Hat Inc. +// Copyright (C) 2005-2009 Red Hat Inc. // // This file is part of systemtap, and is free software. You can // redistribute it and/or modify it under the terms of the GNU General @@ -122,6 +122,7 @@ compile_pass (systemtap_session& s) o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-synchronize-sched.c, -DSTAPCONF_SYNCHRONIZE_SCHED,)" << endl; o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-task-uid.c, -DSTAPCONF_TASK_UID,)" << endl; o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-vm-area.c, -DSTAPCONF_VM_AREA,)" << endl; + o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-procfs-owner.c, -DSTAPCONF_PROCFS_OWNER,)" << endl; #if 0 /* NB: For now, the performance hit of probe_kernel_read/write (vs. our |