summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-08-10 16:27:35 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-08-10 16:27:35 +0200
commitdda47a03ae873fe52dff5a15eebd2d99ca02e099 (patch)
treefac015a598a6913a35afe108a9656d32513b743c
parent26de5d404b70193858b996c8cc7f30a0e4dc156c (diff)
remove unused header file for identd
-rw-r--r--xchat-wdk.patch7
1 files changed, 1 insertions, 6 deletions
diff --git a/xchat-wdk.patch b/xchat-wdk.patch
index 27a2c861..e514f498 100644
--- a/xchat-wdk.patch
+++ b/xchat-wdk.patch
@@ -87,7 +87,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/plugins/tcl/tclplugin.c xchat-wdk/p
      FreeLibrary(lib);
 diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/cfgfiles.c xchat-wdk/src/common/cfgfiles.c
 --- xchat-wdk.orig/src/common/cfgfiles.c	2009-01-02 06:56:12 +0100
-+++ xchat-wdk/src/common/cfgfiles.c	2010-07-30 21:45:34 +0200
++++ xchat-wdk/src/common/cfgfiles.c	2010-08-10 16:26:52 +0200
 @@ -17,7 +17,6 @@
   */
  
@@ -187,11 +187,6 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/dcc.c xchat-wdk/src/comm
  #else
  	/* this fstat() shouldn't really fail */
  	if ((dcc->fp == -1 ? stat (dcc->destfile_fs, &st_a) : fstat (dcc->fp, &st_a)) == -1)
-diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/identd.h xchat-wdk/src/common/identd.h
---- xchat-wdk.orig/src/common/identd.h	1970-01-01 01:00:00 +0100
-+++ xchat-wdk/src/common/identd.h	2010-07-30 21:45:34 +0200
-@@ -0,0 +1 @@
-+void identd_start (char *username);
 diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/ignore.c xchat-wdk/src/common/ignore.c
 --- xchat-wdk.orig/src/common/ignore.c	2006-04-15 09:00:39 +0200
 +++ xchat-wdk/src/common/ignore.c	2010-07-30 21:45:34 +0200