Loading...
include/arpa/tftp.h Libc-1725.40.4 Libc-583
--- Libc/Libc-1725.40.4/include/arpa/tftp.h
+++ Libc/Libc-583/include/arpa/tftp.h
@@ -40,8 +40,8 @@
 #define	SEGSIZE		512	/* data segment size */
 #define	MAXSEGSIZE	65464	/* maximum negotiated data segment size */
 
-#define PKTSIZE		(SEGSIZE + 4)
-#define MAXPKTSIZE	(MAXSEGSIZE + 4)
+#define PKTSIZE		SEGSIZE + 4
+#define MAXPKTSIZE	MAXSEGSIZE + 4
 
 /*
  * Packet types.