Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > dcf1256de89e3cd451db7901a03bb28e > files > 3

node-0.3.2-7.fc12.src.rpm

--- node-0.3.2/node.c	2003-08-24 22:13:06.000000000 +0300
+++ node-0.3.2-mod/node.c	2008-06-16 10:58:26.000000000 +0300
@@ -14,6 +14,7 @@
 #include <netax25/nrconfig.h>
 #include <netax25/rsconfig.h>
 #include <netax25/procutils.h>
+#include <netax25/kernel_rose.h>
 
 #include "node.h"
 
@@ -87,7 +88,7 @@
 {
 	union {
 		struct full_sockaddr_ax25 sax;
-		struct sockaddr_rose      srose;
+		struct full_sockaddr_rose      srose;
 		struct sockaddr_in        sin;
 	} saddr;
 	int slen = sizeof(saddr);