/etc/securetty is checked, even when root logins across the net.
[unix-history] / usr / src / usr.bin / tip / uucplock.c
index 15e76c9..e3c130c 100644 (file)
@@ -1,4 +1,4 @@
-/*     uucplock.c      4.3     81/11/29        */
+/*     uucplock.c      4.4     82/07/29        */
 /*
  * defs that come from uucp.h
  */
 /*
  * defs that come from uucp.h
  */
@@ -49,7 +49,7 @@ ulockf(file, atime)
        time_t ptime;
        int ret;
        static int pid = -1;
        time_t ptime;
        int ret;
        static int pid = -1;
-       static char tempfile[NAMESIZE];
+       static char tempfile[30];
 
        if (pid < 0) {
                pid = getpid();
 
        if (pid < 0) {
                pid = getpid();