]> diplodocus.org Git - xorg-xinput/blobdiff - src/xinput.c
Death to RCS tags, remove compiler warning, get version from config.h.
[xorg-xinput] / src / xinput.c
index c25a4de9a045a448d4f061333fde1f6eec64a509..58414da211584878c55c2b348362adc86ef218dc 100644 (file)
@@ -23,8 +23,7 @@
 
 #include "xinput.h"
 #include <ctype.h>
 
 #include "xinput.h"
 #include <ctype.h>
-
-static const char rcs_id[] = "$Id: xinput.c,v 1.5 1997/06/09 16:06:31 fred Exp $";
+#include <string.h>
 
 typedef int (*prog)(
 #if NeedFunctionPrototypes
 
 typedef int (*prog)(
 #if NeedFunctionPrototypes
@@ -190,5 +189,4 @@ main(int argc, char * argv[])
     return EXIT_FAILURE;
 }
 
     return EXIT_FAILURE;
 }
 
-/* end of xinput.c
- */
+/* end of xinput.c */