svn commit: r330357 - head/net/sniffit/files

Edwin Groothuis edwin at FreeBSD.org
Mon Oct 14 20:29:55 UTC 2013


Author: edwin
Date: Mon Oct 14 20:29:55 2013
New Revision: 330357
URL: http://svnweb.freebsd.org/changeset/ports/330357

Log:
  Rename file to proper naming standards

Added:
  head/net/sniffit/files/patch-sn_resolv.c
     - copied unchanged from r330356, head/net/sniffit/files/patch-02
Deleted:
  head/net/sniffit/files/patch-02

Copied: head/net/sniffit/files/patch-sn_resolv.c (from r330356, head/net/sniffit/files/patch-02)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/sniffit/files/patch-sn_resolv.c	Mon Oct 14 20:29:55 2013	(r330357, copy of r330356, head/net/sniffit/files/patch-02)
@@ -0,0 +1,11 @@
+--- sn_resolv.c.orig	Thu Jul 16 09:17:10 1998
++++ sn_resolv.c	Sun Aug 16 23:25:58 1998
+@@ -2,6 +2,8 @@
+ /*  - getaddrbyname: Godmar Back / Shudoh Kazuyuki                       */
+ 
+ #include "sn_defines.h"
++#include <sys/types.h>
++#include <netinet/in.h>
+ #include <netdb.h>
+ #include <arpa/inet.h>
+ 


More information about the svn-ports-all mailing list