r15078 - in /trunk/libnet-arp-perl/debian: changelog patches/10alignment-and-headers.patch

ntyni at users.alioth.debian.org ntyni at users.alioth.debian.org
Sun Feb 17 21:36:01 UTC 2008


Author: ntyni
Date: Sun Feb 17 21:36:00 2008
New Revision: 15078

URL: http://svn.debian.org/wsvn/?sc=1&rev=15078
Log:
  + add a missing '#include <arpa/inet.h>'.

Modified:
    trunk/libnet-arp-perl/debian/changelog
    trunk/libnet-arp-perl/debian/patches/10alignment-and-headers.patch

Modified: trunk/libnet-arp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libnet-arp-perl/debian/changelog?rev=15078&op=diff
==============================================================================
--- trunk/libnet-arp-perl/debian/changelog (original)
+++ trunk/libnet-arp-perl/debian/changelog Sun Feb 17 21:36:00 2008
@@ -24,6 +24,7 @@
   * Fix remains of merging errors from integrating the new upstream release.
   * Convert patch handling from dpatch to quilt.
   * Update 10alignment-and-headers.patch for the new release.
+    + add a missing '#include <arpa/inet.h>'.
   * 30doc_note.patch: documentation addition converted to quilt.
 
  -- Roberto C. Sanchez <roberto at connexer.com>  Wed, 09 Jan 2008 23:48:47 -0500

Modified: trunk/libnet-arp-perl/debian/patches/10alignment-and-headers.patch
URL: http://svn.debian.org/wsvn/trunk/libnet-arp-perl/debian/patches/10alignment-and-headers.patch?rev=15078&op=diff
==============================================================================
--- trunk/libnet-arp-perl/debian/patches/10alignment-and-headers.patch (original)
+++ trunk/libnet-arp-perl/debian/patches/10alignment-and-headers.patch Sun Feb 17 21:36:00 2008
@@ -67,13 +67,14 @@
  int get_mac_linux(u_char *dev, char *mac)
 --- libnet-arp-perl.orig/send_packet_linux.c
 +++ libnet-arp-perl/send_packet_linux.c
-@@ -22,6 +22,9 @@
+@@ -22,6 +22,10 @@
  #include <stdio.h>
  #include <sys/types.h>
  #include <sys/socket.h>      
 +#include <string.h>
 +#include <stdlib.h>
 +#include <stdio.h>
++#include <arpa/inet.h>
  #include "arp.h"
  
  int send_packet_linux(u_char *dev, u_char *packet, u_int packetsize)




More information about the Pkg-perl-cvs-commits mailing list