diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2002-09-17 02:11:58 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2002-09-17 02:11:58 +0000 |
commit | 98c24fc5d8b77c2a371f56a14c4189afdff5a4ab (patch) | |
tree | 796fe49d99925f242a220b0f1562721801e135f8 /palm/pilot-link-devel/files/patch-ak | |
parent | Update to 0.10.1 (diff) |
Upgrade to 0.11.3
Approved by: dima
Notes
Notes:
svn path=/head/; revision=66464
Diffstat (limited to 'palm/pilot-link-devel/files/patch-ak')
-rw-r--r-- | palm/pilot-link-devel/files/patch-ak | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/palm/pilot-link-devel/files/patch-ak b/palm/pilot-link-devel/files/patch-ak deleted file mode 100644 index b567ccda04d7..000000000000 --- a/palm/pilot-link-devel/files/patch-ak +++ /dev/null @@ -1,12 +0,0 @@ ---- ./include/pi-todo.hxx.kan Mon Jun 17 16:34:24 2002 -+++ ./include/pi-todo.hxx Mon Jun 17 16:35:43 2002 -@@ -23,7 +23,7 @@ - - class todo_t : public baseApp_t - { -- friend todoList_t; -+ friend class todoList_t; - - struct tm *_due; // Non-NULL if there is a due date - int _priority; // A priority in the range 1-5 - |