From cf9a7f8a83573c72e2541ecca6057f1e24b2dc5a Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Tue, 28 Apr 2026 20:56:02 +0200 Subject: [PATCH] Apply patch: ncpfs-hg-commit-408.patch --- .../ncpfs-2.2.6-r6/ncpfs-hg-commit-408.patch | 22 +++++++++++++++++++ contrib/php/php_auth_nds.c | 2 -- 2 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 .patches/ncpfs-2.2.6-r6/ncpfs-hg-commit-408.patch diff --git a/.patches/ncpfs-2.2.6-r6/ncpfs-hg-commit-408.patch b/.patches/ncpfs-2.2.6-r6/ncpfs-hg-commit-408.patch new file mode 100644 index 0000000..3b3e4b6 --- /dev/null +++ b/.patches/ncpfs-2.2.6-r6/ncpfs-hg-commit-408.patch @@ -0,0 +1,22 @@ +changeset: 408:3ad605e1e151 +user: Petr Vandrovec +date: Sat May 28 13:36:26 2005 +0000 +files: contrib/php/php_auth_nds.c +description: +There are no localized strings in php_auth_nds, so no need for +including . + + +diff -r 8a41f32f7288 -r 3ad605e1e151 contrib/php/php_auth_nds.c +--- a/contrib/php/php_auth_nds.c Sun May 22 23:50:08 2005 +0000 ++++ b/contrib/php/php_auth_nds.c Sat May 28 13:36:26 2005 +0000 +@@ -110,8 +110,6 @@ for more examples see /contrib/php/site + #include + #include + #include +-#include +-#define _(X) gettext(X) + + static int is_member_of_group_bind( char* errstr,NWCONN_HANDLE conn,const char* user,const char* group) { + int err; + diff --git a/contrib/php/php_auth_nds.c b/contrib/php/php_auth_nds.c index 668d094..e1d7d9a 100644 --- a/contrib/php/php_auth_nds.c +++ b/contrib/php/php_auth_nds.c @@ -110,8 +110,6 @@ for more examples see /contrib/php/site #include #include #include -#include -#define _(X) gettext(X) static int is_member_of_group_bind( char* errstr,NWCONN_HANDLE conn,const char* user,const char* group) { int err;