no more debugging please
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Fri, 20 Aug 1982 12:53:46 +0000 (04:53 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Fri, 20 Aug 1982 12:53:46 +0000 (04:53 -0800)
SCCS-vsn: libexec/tftpd/tftpd.c 4.2

usr/src/libexec/tftpd/tftpd.c

index 06b8677..edb2cef 100644 (file)
@@ -1,4 +1,4 @@
-/*     tftpd.c 4.1     82/08/16        */
+/*     tftpd.c 4.2     82/08/19        */
 
 /*
  * Trivial file transfer protocol server.
 
 /*
  * Trivial file transfer protocol server.
@@ -15,8 +15,6 @@
 #include <ctype.h>
 #include "tftp.h"
 
 #include <ctype.h>
 #include "tftp.h"
 
-#define        DEBUG           1
-
 extern int errno;
 struct sockaddr_in sin = { AF_INET, IPPORT_TFTP };
 int    f;
 extern int errno;
 struct sockaddr_in sin = { AF_INET, IPPORT_TFTP };
 int    f;