staging: usbip: userspace: remove revision $Id$
authormatt mooney <mfm@muteddisk.com>
Sat, 14 May 2011 10:55:16 +0000 (03:55 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 17 May 2011 20:26:28 +0000 (13:26 -0700)
This is git not CVS!

Signed-off-by: matt mooney <mfm@muteddisk.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/usbip/userspace/src/bind-driver.c
drivers/staging/usbip/userspace/src/usbip.c
drivers/staging/usbip/userspace/src/usbip_network.c
drivers/staging/usbip/userspace/src/usbipd.c
drivers/staging/usbip/userspace/src/utils.c

index 12918c1fd74d7c33521b08e16697499d0b20ea7d..955c86b23f0f9d2f80627b29e3776fcb70b1c1c3 100644 (file)
@@ -1,5 +1,4 @@
 /*
- * $Id$
  *
  * Copyright (C) 2005-2007 Takahiro Hirofuchi
  */
index 3943d15fd81e69e3a0c223373c052fcc244368c3..01a562866b5d5fc008312e9606de4b99a2d5e6a3 100644 (file)
@@ -1,5 +1,4 @@
 /*
- * $Id$
  *
  * Copyright (C) 2005-2007 Takahiro Hirofuchi
  */
@@ -17,8 +16,7 @@
 #include <fcntl.h>
 #include <glib.h>
 
-static const char version[] = PACKAGE_STRING
-       " ($Id$)";
+static const char version[] = PACKAGE_STRING;
 
 
 /* /sys/devices/platform/vhci_hcd/usb6/6-1/6-1:1.1  -> 1 */
index a3a955ba6b005905182456cc7d12270e6ef136ec..726173e563428f4b746f0b9abc62cbe3af45ded8 100644 (file)
@@ -1,5 +1,4 @@
 /*
- * $Id$
  *
  * Copyright (C) 2005-2007 Takahiro Hirofuchi
  */
index 441dcdeee03e39a9778469978809110992c09281..409d0644178cdc761a874ec36dc3424ab6aa0fff 100644 (file)
@@ -1,5 +1,4 @@
 /*
- * $Id$
  *
  * Copyright (C) 2005-2007 Takahiro Hirofuchi
  */
@@ -31,8 +30,7 @@
 
 #include <glib.h>
 
-static const char version[] = PACKAGE_STRING
-       " ($Id$)";
+static const char version[] = PACKAGE_STRING;
 
 
 static int send_reply_devlist(int sockfd)
index 403c30ff902ec65c7768e5cef0346f5a23ea295d..8f441089b645062c4266c04807024d163657c0f0 100644 (file)
@@ -1,5 +1,4 @@
 /*
- * $Id$
  *
  * Copyright (C) 2005-2007 Takahiro Hirofuchi
  */
This page took 0.027018 seconds and 5 git commands to generate.