diff --git a/ase/stx/parser.c b/ase/stx/parser.c index ca986053..79d4ecc4 100644 --- a/ase/stx/parser.c +++ b/ase/stx/parser.c @@ -1,5 +1,5 @@ /* - * $Id: parser.c,v 1.15 2005-06-06 03:54:32 bacon Exp $ + * $Id: parser.c,v 1.16 2005-06-06 15:46:48 bacon Exp $ */ #include @@ -86,7 +86,7 @@ static int __parse_method ( return 0; } -static int __parse_messge_pattern (xp_stx_parser_t* parser) +static int __parse_message_pattern (xp_stx_parser_t* parser) { return 0; } diff --git a/ase/test/stx/parser.c b/ase/test/stx/parser.c index d40f449d..64c710cf 100644 --- a/ase/test/stx/parser.c +++ b/ase/test/stx/parser.c @@ -137,11 +137,13 @@ int xp_main (int argc, xp_char_t* argv[]) muntrace (); #endif +#ifdef __linux { char buf[1000]; snprintf (buf, sizeof(buf), "ls -l /proc/%u/fd", getpid()); system (buf); } +#endif return 0; }