View | Details | Raw Unified | Return to bug 208216 | Differences between
and this patch

Collapse All | Expand All

(-)files/patch-cdpd.c (+11 lines)
Line 0 Link Here
1
--- cdpd.c.orig	2016-03-22 18:37:16 UTC
2
+++ cdpd.c
3
@@ -606,7 +606,7 @@ cdp_debug_packet(struct cdp_interface* c
4
 int
5
 main(int argc, char* argv[])
6
 { 
7
-	char c;
8
+	int c;
9
 	int timeout=60, ret=0;
10
 	unsigned char buffer[1600];
11
 	int offset;

Return to bug 208216