[OpenAFS-devel] Building CVS head on Darwin
Jim Rees
rees@umich.edu
Mon, 07 Apr 2003 13:06:30 -0400
I don't see why some of those changes should be necessary. Can you
elaborate on these?
-struct rxkad_stats rxkad_stats;
+struct rxkad_stats rxkad_stats = {0};
Global data always starts out 0, according to K&R.
+#ifdef AFS_NAMEI_ENV
#ifdef AFS_64BIT_ENV
extern char *int64_to_flipbase64(lb64_string_t s, afs_int64 a);
extern afs_int64 flipbase64_to_int64(char *s);
#else
extern char *int64_to_flipbase64(lb64_string_t s, u_int64_t a);
extern int64_t flipbase64_to_int64(char *s);
+#endif
#endif
I thought 64bit had been backed out.