Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2013 20:30:19 +0000 (UTC)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330358 - head/net/sniffit/files
Message-ID:  <201310142030.r9EKUJkn040031@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: edwin
Date: Mon Oct 14 20:30:19 2013
New Revision: 330358
URL: http://svnweb.freebsd.org/changeset/ports/330358

Log:
  Rename file to proper naming standards

Added:
  head/net/sniffit/files/patch-sn_data.h
     - copied unchanged from r330357, head/net/sniffit/files/patch-03
Deleted:
  head/net/sniffit/files/patch-03

Copied: head/net/sniffit/files/patch-sn_data.h (from r330357, head/net/sniffit/files/patch-03)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/sniffit/files/patch-sn_data.h	Mon Oct 14 20:30:19 2013	(r330358, copy of r330357, head/net/sniffit/files/patch-03)
@@ -0,0 +1,15 @@
+--- sn_data.h.orig	Tue Dec  4 10:16:59 2001
++++ sn_data.h	Tue Dec  4 10:20:02 2001
+@@ -38,9 +38,9 @@
+ char *NETDEV[]={"ppp","ed"};		
+ int HEADSIZE[]={4    ,14}; 
+ */
+-#define NETDEV_NR      1
+-char *NETDEV[]={"ed"};		
+-int HEADSIZE[]={14}; 
++#define NETDEV_NR      6
++char *NETDEV[]={"fxp","de","ed","ppp","tun","lo"};
++int HEADSIZE[]={14   ,14  ,14  ,4    ,4    ,4   }; 
+ #endif
+ 
+ #ifdef BSDI				/* ppp: 4 or 0 ? */



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