Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Aug 2010 22:40:20 GMT
From:      Ana Kukec <anchie@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 182277 for review
Message-ID:  <201008112240.o7BMeKhi039415@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@182277?ac=10

Change 182277 by anchie@anchie_malimis on 2010/08/11 22:39:35

	Further cleanup due to the previous reorganization of code.	

Affected files ...

.. //depot/projects/soc2009/anchie_send/send_0.2/sendd/net.c#31 edit
.. //depot/projects/soc2009/anchie_send/send_0.2/sendd/os-freebsd/addr.c#5 edit
.. //depot/projects/soc2009/anchie_send/send_0.2/sendd/os-freebsd/snd_freebsd.h#5 edit
.. //depot/projects/soc2009/anchie_send/send_0.2/sendd/os_specific.h#8 edit

Differences ...

==== //depot/projects/soc2009/anchie_send/send_0.2/sendd/net.c#31 (text+ko) ====

@@ -60,9 +60,6 @@
 #include <sbuff.h>
 
 static int icmp6sock 	= -1;
-#ifdef SND_OS_freebsd
-static int sndsock	= -1;
-#endif
 
 #ifdef	DEBUG
 static struct dlog_desc dbg = {

==== //depot/projects/soc2009/anchie_send/send_0.2/sendd/os-freebsd/addr.c#5 (text+ko) ====

@@ -54,11 +54,7 @@
 	struct in6_aliasreq req[1];
 	struct in6_addr mask64[1];
 	int s;
-#ifdef SND_OS_freebsd
 	unsigned long cmd;
-#else
-	int cmd;
-#endif
 	int r = -1;
 
 	cmd = add ? SIOCAIFADDR_IN6 : SIOCDIFADDR_IN6;

==== //depot/projects/soc2009/anchie_send/send_0.2/sendd/os-freebsd/snd_freebsd.h#5 (text+ko) ====

@@ -33,8 +33,6 @@
 #ifndef	_SND_FREEBSD_H
 #define	_SND_FREEBSD_H
 
-extern int freebsd_snd_init(void);
-
 extern char *freebsd_get_ifs_buf(int *);
 extern int freebsd_ifs_init(int (*cb)(const char *, int));
 

==== //depot/projects/soc2009/anchie_send/send_0.2/sendd/os_specific.h#8 (text+ko) ====




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008112240.o7BMeKhi039415>