diff options
author | hunt <hunt> | 2006-11-09 17:53:41 +0000 |
---|---|---|
committer | hunt <hunt> | 2006-11-09 17:53:41 +0000 |
commit | 400235a6ae7e4b1b275ebaa1c77c7801b018351b (patch) | |
tree | 8d8466239f4c7e9e14a3da796a22401a8de9a998 /runtime/stpd/stpd.c | |
parent | 3a7667d97d2157af1d53c075f325d2d009d50859 (diff) | |
download | systemtap-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/stpd.c')
-rw-r--r-- | runtime/stpd/stpd.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/runtime/stpd/stpd.c b/runtime/stpd/stpd.c index 5420cf80..f5c2ea13 100644 --- a/runtime/stpd/stpd.c +++ b/runtime/stpd/stpd.c @@ -20,12 +20,8 @@ * */ -#include <stdio.h> -#include <stdlib.h> -#include <unistd.h> -#include <string.h> -#include <pwd.h> #include "librelay.h" +#include <pwd.h> extern char *optarg; extern int optopt; |