]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/sdk/c/blip/driver/config.c
fix makefile
[tinyos-2.x.git] / support / sdk / c / blip / driver / config.c
index 48e53a12709a3ac3017be576b48b9a1eafeb4b77..3c8260806fd8023e2209f2faff9dc182a0936a69 100644 (file)
@@ -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();
 }