gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r1802 - in GNUnet/src: conf transports


From: grothoff
Subject: [GNUnet-SVN] r1802 - in GNUnet/src: conf transports
Date: Sat, 20 Aug 2005 13:53:08 -0700 (PDT)

Author: grothoff
Date: 2005-08-20 13:53:07 -0700 (Sat, 20 Aug 2005)
New Revision: 1802

Modified:
   GNUnet/src/conf/Makefile.am
   GNUnet/src/transports/ip.c
Log:
fixes

Modified: GNUnet/src/conf/Makefile.am
===================================================================
--- GNUnet/src/conf/Makefile.am 2005-08-20 20:46:58 UTC (rev 1801)
+++ GNUnet/src/conf/Makefile.am 2005-08-20 20:53:07 UTC (rev 1802)
@@ -20,7 +20,6 @@
  lex.zconf.c \
  lkc_proto.h \
  bool.h \
- wizard_util.h \
  wizard_gtk.h
 
 if HAVE_CURSES
@@ -78,15 +77,15 @@
  expr.h \
  lkc.h \
  menu.c \
- recreate.c \
+ recreate.c recreate.h \
  symbol.c \
  zconf.tab.h \
- zconf_tab.c \
+ zconf_tab.c zconf_tab.h \
  $(mconf_src) \
  $(gconf_src) \
  $(gbasic_src) \
  $(wizard_util_src) \
- wizard_util.c \
+ wizard_util.c wizard_util.h \
  gnunet-setup.c
 
 gnunet_setup_LDFLAGS = \

Modified: GNUnet/src/transports/ip.c
===================================================================
--- GNUnet/src/transports/ip.c  2005-08-20 20:46:58 UTC (rev 1801)
+++ GNUnet/src/transports/ip.c  2005-08-20 20:53:07 UTC (rev 1802)
@@ -108,7 +108,7 @@
     LOG_STRERROR(LOG_ERROR, "socket");
     return SYSERR;
   }
-  memset(ifc, 0, sizeof(struct ifconf));
+  memset(&ifc, 0, sizeof(struct ifconf));
   ifc.ifc_len = sizeof(ifr);
   ifc.ifc_buf = (char*)𝔦
   





reply via email to

[Prev in Thread] Current Thread [Next in Thread]