PERFORCE change 182277 for review
Ana Kukec
anchie at FreeBSD.org
Wed Aug 11 22:40:20 UTC 2010
http://p4web.freebsd.org/@@182277?ac=10
Change 182277 by anchie at 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) ====
More information about the p4-projects
mailing list