Update of /cvsroot/blob/blob/src/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv26751/src/lib
Modified Files:
tftp.c
Log Message:
undefine debug
Index: tftp.c
===================================================================
RCS file: /cvsroot/blob/blob/src/lib/tftp.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- tftp.c 18 Mar 2003 16:20:49 -0000 1.3
+++ tftp.c 21 Aug 2003 00:28:03 -0000 1.4
@@ -2,6 +2,7 @@
* tftp.c
*
* Copyright 1996-2001 Russell King
+ * Copyright 2002,2003 Stefan Eletzhofer <ste...@el...>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
@@ -15,7 +16,7 @@
#include <net/arp.h>
#include <net/tftp.h>
-#define TFTP_DEBUG
+#undef TFTP_DEBUG
#ifdef TFTP_DEBUG
static int dbg = 1;
# define DBG( x, args... ) if ( dbg>=x ) printf( args )
|