* prof_file.c (r_access): Static function. Only include if
authorEzra Peisach <epeisach@mit.edu>
Mon, 28 Apr 2003 16:06:38 +0000 (16:06 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 28 Apr 2003 16:06:38 +0000 (16:06 +0000)
SHARE_TREE_DATA defined.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15376 dc483132-0cff-0310-8789-dd5450dbe970

src/util/profile/ChangeLog
src/util/profile/prof_file.c

index 396058b7b5efdd05421905ce2e3d1f4db1e0d006..cbaceb9729f4f41b943d7479af2c93427c9a4b3a 100644 (file)
@@ -1,3 +1,8 @@
+2003-04-28  Ezra Peisach  <epeisach@bu.edu>
+
+       * prof_file.c (r_access): Static function. Only include if
+       SHARE_TREE_DATA defined.
+
 2003-03-06 Alexandra Ellwood <lxs@mit.edu>
     * profile.hin, prof_file.c (profile_flush_file_data): Stop copying
     the resource fork.  We stopped writing resources to the krb5
index 8a4d95d71c08454d3dc76b166a23a0531586c649..04c833b455d7b7e760bec05aa131320974409d6f 100644 (file)
@@ -60,6 +60,7 @@ static int rw_access(filespec)
 #endif
 }
 
+#ifdef SHARE_TREE_DATA
 static int r_access(filespec)
        profile_filespec_t filespec;
 {
@@ -84,6 +85,7 @@ static int r_access(filespec)
        return 0;
 #endif
 }
+#endif /* SHARE_TREE_DATA */
 
 errcode_t profile_open_file(filespec, ret_prof)
        const_profile_filespec_t filespec;