From 400235a6ae7e4b1b275ebaa1c77c7801b018351b Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 9 Nov 2006 17:53:41 +0000 Subject: 2006-11-09 Martin Hunt * 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. --- runtime/stpd/stpd.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'runtime/stpd/stpd.c') 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 -#include -#include -#include -#include #include "librelay.h" +#include extern char *optarg; extern int optopt; -- cgit