Make 01_sessreg_implement_hostname_hashing.diff apply with -p1 instead of -p0.
This commit is contained in:
parent
7b2d25d5d0
commit
9c340cde28
|
@ -6,6 +6,8 @@ x11-xserver-utils (7.5+1) UNRELEASED; urgency=low
|
||||||
* Remove xtrap (closes: #547547).
|
* Remove xtrap (closes: #547547).
|
||||||
* Drop libxxf86misc-dev from Build-Depends. It's optional for xset, and
|
* Drop libxxf86misc-dev from Build-Depends. It's optional for xset, and
|
||||||
recent X servers don't support this extension anymore.
|
recent X servers don't support this extension anymore.
|
||||||
|
* Make 01_sessreg_implement_hostname_hashing.diff apply with -p1 instead of
|
||||||
|
-p0.
|
||||||
|
|
||||||
[ Brice Goglin ]
|
[ Brice Goglin ]
|
||||||
* iceauth 1.0.3.
|
* iceauth 1.0.3.
|
||||||
|
|
|
@ -17,10 +17,10 @@ Not submitted to XFree86.
|
||||||
sessreg/sessreg.c | 164 ++++++++++++++++++++++++++++++++++++++++++++++++++----
|
sessreg/sessreg.c | 164 ++++++++++++++++++++++++++++++++++++++++++++++++++----
|
||||||
1 file changed, 152 insertions(+), 12 deletions(-)
|
1 file changed, 152 insertions(+), 12 deletions(-)
|
||||||
|
|
||||||
Index: sessreg/sessreg.c
|
Index: a/sessreg/sessreg.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- sessreg/sessreg.c.orig 2009-12-06 13:02:16.000000000 +0100
|
--- a/sessreg/sessreg.c.orig 2009-12-06 13:02:16.000000000 +0100
|
||||||
+++ sessreg/sessreg.c 2009-12-06 13:30:49.000000000 +0100
|
+++ b/sessreg/sessreg.c 2009-12-06 13:30:49.000000000 +0100
|
||||||
@@ -97,6 +97,18 @@
|
@@ -97,6 +97,18 @@
|
||||||
const char *host, Time_t date, int addp);
|
const char *host, Time_t date, int addp);
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
01_sessreg_implement_hostname_hashing.diff -p0
|
01_sessreg_implement_hostname_hashing.diff
|
||||||
|
|
Loading…
Reference in New Issue