r15081 - in /trunk/libnet-arp-perl/debian: changelog patches/return-value.patch patches/series

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


Author: ntyni
Date: Sun Feb 17 21:36:12 2008
New Revision: 15081

URL: http://svn.debian.org/wsvn/?sc=1&rev=15081
Log:
* return-value.patch: make arp_lookup_linux() return 0 when it succeeds.

Added:
    trunk/libnet-arp-perl/debian/patches/return-value.patch
Modified:
    trunk/libnet-arp-perl/debian/changelog
    trunk/libnet-arp-perl/debian/patches/series

Modified: trunk/libnet-arp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libnet-arp-perl/debian/changelog?rev=15081&op=diff
==============================================================================
--- trunk/libnet-arp-perl/debian/changelog (original)
+++ trunk/libnet-arp-perl/debian/changelog Sun Feb 17 21:36:12 2008
@@ -27,6 +27,7 @@
     + add some missing #includes in send_packet_linux.c.
     + add prototypes for the *_linux and *_bsd functions in arp.h.
   * 30doc_note.patch: documentation addition converted to quilt.
+  * return-value.patch: make arp_lookup_linux() return 0 when it succeeds.
 
  -- Roberto C. Sanchez <roberto at connexer.com>  Wed, 09 Jan 2008 23:48:47 -0500
 

Added: trunk/libnet-arp-perl/debian/patches/return-value.patch
URL: http://svn.debian.org/wsvn/trunk/libnet-arp-perl/debian/patches/return-value.patch?rev=15081&op=file
==============================================================================
--- trunk/libnet-arp-perl/debian/patches/return-value.patch (added)
+++ trunk/libnet-arp-perl/debian/patches/return-value.patch Sun Feb 17 21:36:12 2008
@@ -1,0 +1,10 @@
+Add a missing return value at the end of a non-void function.
+
+--- libnet-arp-perl.orig/arp_lookup_linux.c
++++ libnet-arp-perl/arp_lookup_linux.c
+@@ -67,4 +67,5 @@
+     }
+ 
+     fclose(fp);
++    return 0;
+ }

Modified: trunk/libnet-arp-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libnet-arp-perl/debian/patches/series?rev=15081&op=diff
==============================================================================
--- trunk/libnet-arp-perl/debian/patches/series (original)
+++ trunk/libnet-arp-perl/debian/patches/series Sun Feb 17 21:36:12 2008
@@ -1,3 +1,4 @@
+return-value.patch
 10alignment-and-headers.patch
 20skip_send_packet_test.patch
 30doc_note.patch




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