From 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 29 Jul 2014 17:12:47 +0000 Subject: Rename all patches that contain '::' as a path separator, and use '__' instead. --- net/ser/files/patch-modules__auth__common.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net/ser/files/patch-modules__auth__common.c (limited to 'net/ser/files/patch-modules__auth__common.c') diff --git a/net/ser/files/patch-modules__auth__common.c b/net/ser/files/patch-modules__auth__common.c new file mode 100644 index 000000000000..d15db240bedc --- /dev/null +++ b/net/ser/files/patch-modules__auth__common.c @@ -0,0 +1,12 @@ + +$FreeBSD$ + +--- modules/auth/common.c.orig ++++ modules/auth/common.c +@@ -95,5 +95,5 @@ + } + } + +- return sl_reply(_m, (char*)(long)_code, _reason); ++ return (use_tm != 0) ? tmb.t_reply(_m, _code, _reason) : sl_reply(_m, (char*)(long)_code, _reason); + } -- cgit v1.2.3