prettyness police
[unix-history] / usr / src / bin / stty / modes.c
index 29ca482..4c144d4 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)modes.c    8.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)modes.c    8.2 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -167,8 +167,8 @@ msearch(argvp, ip)
        char ***argvp;
        struct info *ip;
 {
        char ***argvp;
        struct info *ip;
 {
-       register struct modes *mp;
-       register char *name;
+       struct modes *mp;
+       char *name;
 
        name = **argvp;
 
 
        name = **argvp;