]> git.pld-linux.org Git - packages/dhcp_probe.git/blob - dhcp_probe-guignard-03_implicit_point_conv_bootp.c.patch
- updated to 1.3.1
[packages/dhcp_probe.git] / dhcp_probe-guignard-03_implicit_point_conv_bootp.c.patch
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 03_implicit_point_conv_bootp.c.dpatch by Laurent Guignard <lguignard.debian@gmail.com>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: Fix implicit Pointer Converstion in bootp.c file.
6 ##     Fix bug #529635 discovered by Dann Frazier <dannf@debian.org>
7 ##
8
9 @DPATCH@
10 diff -urNad src/bootp.c src/bootp.c
11 --- src/bootp.c 2009-03-31 14:19:06.000000000 +0200
12 +++ src/bootp.c 2009-05-21 09:51:26.000000000 +0200
13 @@ -11,7 +11,7 @@
14  #include "bootp.h"
15  #include "configfile.h"
16  #include "report.h"
17 -
18 +#include "utils.h"
19  
20  
21  
This page took 0.083486 seconds and 3 git commands to generate.