X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=support%2Fsdk%2Fc%2Fblip%2Fdriver%2Fconfig.c;h=3c8260806fd8023e2209f2faff9dc182a0936a69;hb=0cf2cfc2f188d67058d88ae2764ba5eef9582ca2;hp=48e53a12709a3ac3017be576b48b9a1eafeb4b77;hpb=3d5c78e867d6fd52e44894e93e4bd0c172071522;p=tinyos-2.x.git diff --git a/support/sdk/c/blip/driver/config.c b/support/sdk/c/blip/driver/config.c index 48e53a12..3c826080 100644 --- a/support/sdk/c/blip/driver/config.c +++ b/support/sdk/c/blip/driver/config.c @@ -113,7 +113,7 @@ void config_print(int fd, int argc, char **argv) { //struct config *c) { VTY_printf (" router address: %s\r\n", buf); VTY_printf(" proxy dev: %s\r\n", lastconfig->proxy_dev); VTY_printf(" channel: %i\r\n", lastconfig->channel); - VTY_printf(" version: %s\r\n", STR($Id$)); + VTY_printf(" version: %s\r\n", " $Id: config.c,v 1.2 2009/08/09 23:36:05 sdhsdh Exp "); VTY_printf(" retries: %i\r\n", lastconfig->retries); VTY_flush(); }