diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-19 14:48:28 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-19 14:48:28 +0000 |
commit | a53c3f2098c0d567dff7f72637e4ce4e75ed4674 (patch) | |
tree | 31694563cf6f8c8a3bf91cd06db1710af478683c /net/gatekeeper/files/patch-addpasswd-cxx | |
parent | - Update to 0.0.2_0 (diff) |
- Update to 2.2.8
PR: 154864
Submitted by: Bourne-again Superuser <toor@arwen.ics.muni.cz>
Notes
Notes:
svn path=/head/; revision=269358
Diffstat (limited to 'net/gatekeeper/files/patch-addpasswd-cxx')
-rw-r--r-- | net/gatekeeper/files/patch-addpasswd-cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/gatekeeper/files/patch-addpasswd-cxx b/net/gatekeeper/files/patch-addpasswd-cxx deleted file mode 100644 index 131f015321a8..000000000000 --- a/net/gatekeeper/files/patch-addpasswd-cxx +++ /dev/null @@ -1,11 +0,0 @@ -diff -ruN addpasswd.cxx.old addpasswd.cxx ---- addpasswd.cxx.old 2006-04-14 09:56:19.000000000 -0400 -+++ addpasswd.cxx 2008-01-05 21:55:43.000000000 -0500 -@@ -16,6 +16,7 @@ - - #include <algorithm> - #include <ptlib.h> -+#include <ptlib/pprocess.h> - #include <ptclib/cypher.h> - - class Client : public PProcess |