]> git.pld-linux.org Git - packages/dhcp_probe.git/blame - dhcp_probe-guignard-03_implicit_point_conv_bootp.c.patch
- full blown systemd support with per-interface service generator
[packages/dhcp_probe.git] / dhcp_probe-guignard-03_implicit_point_conv_bootp.c.patch
CommitLineData
0d9e0091
JR
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@
10diff -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.08551 seconds and 4 git commands to generate.