From 7589a3691cd88e34048f68204b7dfa32ea96e395 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-413.patch --- .../ncpfs-2.2.6-r6/ncpfs-hg-commit-413.patch | 21 +++++++++++++++++++ lib/rdn.c | 2 -- 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 .patches/ncpfs-2.2.6-r6/ncpfs-hg-commit-413.patch diff --git a/.patches/ncpfs-2.2.6-r6/ncpfs-hg-commit-413.patch b/.patches/ncpfs-2.2.6-r6/ncpfs-hg-commit-413.patch new file mode 100644 index 0000000..5570ec1 --- /dev/null +++ b/.patches/ncpfs-2.2.6-r6/ncpfs-hg-commit-413.patch @@ -0,0 +1,21 @@ +changeset: 413:94680aa0251a +user: Petr Vandrovec +date: Sat May 28 13:47:31 2005 +0000 +files: lib/rdn.c +description: +Do not include in lib/rdn.h. It is not needed there. + + +diff -r b4b6191b3d97 -r 94680aa0251a lib/rdn.c +--- a/lib/rdn.c Sat May 28 13:46:29 2005 +0000 ++++ b/lib/rdn.c Sat May 28 13:47:31 2005 +0000 +@@ -30,8 +30,6 @@ + #include + #include + #include +- +-#include + + #include "nwnet_i.h" + #include "ncplib_i.h" + diff --git a/lib/rdn.c b/lib/rdn.c index 5c3085e..834b043 100644 --- a/lib/rdn.c +++ b/lib/rdn.c @@ -31,8 +31,6 @@ #include #include -#include - #include "nwnet_i.h" #include "ncplib_i.h" #include "ncpcode.h"