chiark / gitweb /
Expunge revision histories in files.
[misc] / locking.c
index 735ba47ba553352ff53cb699e428aa37a7e9f9a8..2e61f0d26ecfef8fa1c4a5291f7a75c524d7d0a8 100644 (file)
--- a/locking.c
+++ b/locking.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: locking.c,v 1.1 2003/10/09 15:05:34 mdw Exp $
+ * $Id: locking.c,v 1.3 2004/04/08 01:36:26 mdw Exp $
  *
  * Lock a file, run a program
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: locking.c,v $
- * Revision 1.1  2003/10/09 15:05:34  mdw
- * Lots of stuff.
- *
- * Revision 1.3  2003/09/24 14:58:08  mdw
- * Fix options parsing again.
- *
- * Revision 1.2  2003/09/24 14:14:03  mdw
- * Fix option handling behaviour.
- *
- * Revision 1.1  2003/05/11 13:30:04  mdw
- * Initial checkin.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <errno.h>
@@ -78,7 +61,7 @@ static void usage(FILE *fp)
 
 static void version(FILE *fp)
 {
-  pquis(fp, "$ (toys, version " VERSION "\n");
+  pquis(fp, "$ (version " VERSION ")\n");
 }
 
 static void help(FILE *fp)