summaryrefslogtreecommitdiffstats
path: root/runtime/stpd/symbols.c
diff options
context:
space:
mode:
authorhunt <hunt>2006-11-09 17:53:41 +0000
committerhunt <hunt>2006-11-09 17:53:41 +0000
commit400235a6ae7e4b1b275ebaa1c77c7801b018351b (patch)
tree8d8466239f4c7e9e14a3da796a22401a8de9a998 /runtime/stpd/symbols.c
parent3a7667d97d2157af1d53c075f325d2d009d50859 (diff)
downloadsystemtap-steved-400235a6ae7e4b1b275ebaa1c77c7801b018351b.tar.gz
systemtap-steved-400235a6ae7e4b1b275ebaa1c77c7801b018351b.tar.xz
systemtap-steved-400235a6ae7e4b1b275ebaa1c77c7801b018351b.zip
2006-11-09 Martin Hunt <hunt@redhat.com>
* librelay.c: Change all references to transport messages to use the new names with "_stp" prefix. (stp_main_loop): For STP_SYMBOLS, check pointer size and endianess to confirm staprun is compatible with the kernel. * librelay.h: Move a bunch of common includes here. * stpd.c: Cleanup includes. * symbols.c: Ditto.
Diffstat (limited to 'runtime/stpd/symbols.c')
-rw-r--r--runtime/stpd/symbols.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/runtime/stpd/symbols.c b/runtime/stpd/symbols.c
index 09724ea2..7138e17c 100644
--- a/runtime/stpd/symbols.c
+++ b/runtime/stpd/symbols.c
@@ -9,16 +9,6 @@
* later version.
*/
-#include <stdio.h>
-#include <stdlib.h>
-#include <ctype.h>
-#include <unistd.h>
-#include <dirent.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <fcntl.h>
-#include <string.h>
-
#include "librelay.h"
#include "../sym.h"