diff -Nru pilot-link.0.9.5/include/pi-address.hxx pilot-link.0.9.5.patched/include/pi-address.hxx
--- pilot-link.0.9.5/include/pi-address.hxx	Mon Jul 31 02:16:54 2000
+++ pilot-link.0.9.5.patched/include/pi-address.hxx	Mon Jul  1 00:27:48 2002
@@ -33,7 +33,7 @@
 
      char *_entry[19];
      
-     friend addressList_t;
+     friend class addressList_t;
      
      address_t *_next;
 
diff -Nru pilot-link.0.9.5/include/pi-datebook.hxx pilot-link.0.9.5.patched/include/pi-datebook.hxx
--- pilot-link.0.9.5/include/pi-datebook.hxx	Mon Jul 31 02:18:40 2000
+++ pilot-link.0.9.5.patched/include/pi-datebook.hxx	Mon Jul  1 00:26:46 2002
@@ -34,7 +34,7 @@
      };
 
    private:
-     friend appointmentList_t;
+     friend class appointmentList_t;
      
      tm _begin;			// When the appointment begins
      tm _end;			// When the appointment ends
diff -Nru pilot-link.0.9.5/include/pi-iambicExpense.hxx pilot-link.0.9.5.patched/include/pi-iambicExpense.hxx
--- pilot-link.0.9.5/include/pi-iambicExpense.hxx	Mon Jul 31 02:13:34 2000
+++ pilot-link.0.9.5.patched/include/pi-iambicExpense.hxx	Mon Jul  1 00:28:29 2002
@@ -27,7 +27,7 @@
 
 class iambicExpense_t : public baseApp_t
 {
-     friend iambicExpenseList_t;
+     friend class iambicExpenseList_t;
      
      short _flags;
      char *_type;
diff -Nru pilot-link.0.9.5/include/pi-memo.hxx pilot-link.0.9.5.patched/include/pi-memo.hxx
--- pilot-link.0.9.5/include/pi-memo.hxx	Mon Jul 31 02:13:34 2000
+++ pilot-link.0.9.5.patched/include/pi-memo.hxx	Mon Jul  1 00:28:16 2002
@@ -19,7 +19,7 @@
 
 class memo_t : public baseApp_t
 {
-     friend memoList_t;
+     friend class memoList_t;
      
      char *_text;
      int _size;
diff -Nru pilot-link.0.9.5/include/pi-todo.hxx pilot-link.0.9.5.patched/include/pi-todo.hxx
--- pilot-link.0.9.5/include/pi-todo.hxx	Mon Jul 31 02:13:34 2000
+++ pilot-link.0.9.5.patched/include/pi-todo.hxx	Mon Jul  1 00:28:02 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
diff -Nru pilot-link.0.9.5/tools/empty pilot-link.0.9.5.patched/tools/empty
--- pilot-link.0.9.5/tools/empty	Thu Jan  1 01:00:00 1970
+++ pilot-link.0.9.5.patched/tools/empty	Mon Jul  1 00:25:28 2002
@@ -0,0 +1 @@
+This space intentionally left blank.
