First step in the Vim 7.3 branch.  Changed version numbers.
diff --git a/src/pty.c b/src/pty.c
index d23cb2e..c4c64d4 100644
--- a/src/pty.c
+++ b/src/pty.c
@@ -37,8 +37,6 @@
  * 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA
  */
 
-/* RCS_ID("$Id$ FAU") */
-
 #include "vim.h"
 
 #include <signal.h>
@@ -134,7 +132,7 @@
 
     static void
 initmaster(f)
-    int f;
+    int f UNUSED;
 {
 #ifndef VMS
 # ifdef POSIX