SHARE_TREE_DATA defined.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15376
dc483132-0cff-0310-8789-
dd5450dbe970
+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
#endif
}
+#ifdef SHARE_TREE_DATA
static int r_access(filespec)
profile_filespec_t filespec;
{
return 0;
#endif
}
+#endif /* SHARE_TREE_DATA */
errcode_t profile_open_file(filespec, ret_prof)
const_profile_filespec_t filespec;