change "#ifdef BSD > 43" to "#if BSD > 43"
authorPaul Borman <borman@ucbvax.Berkeley.EDU>
Wed, 6 Sep 1989 04:42:50 +0000 (20:42 -0800)
committerPaul Borman <borman@ucbvax.Berkeley.EDU>
Wed, 6 Sep 1989 04:42:50 +0000 (20:42 -0800)
SCCS-vsn: libexec/telnetd/sys_term.c 5.2

usr/src/libexec/telnetd/sys_term.c

index 8152239..08b55e3 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)sys_term.c 5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)sys_term.c 5.2 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "telnetd.h"
 #endif /* not lint */
 
 #include "telnetd.h"
@@ -824,7 +824,7 @@ char *host;
        /*
         * set up standard paths before forking to login
         */
        /*
         * set up standard paths before forking to login
         */
-#ifdef BSD >43
+#if    BSD >43
        if (setsid() < 0)
                fatalperror(net, "setsid");
        if (ioctl(t, TIOCSCTTY, (char *)0) < 0)
        if (setsid() < 0)
                fatalperror(net, "setsid");
        if (ioctl(t, TIOCSCTTY, (char *)0) < 0)