A fix for this was committed to cvs, but a new rc hasn't been made yet. Index: kaserver.h =================================================================== RCS file: /cvs/openafs/src/kauth/kaserver.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- kaserver.h 18 Mar 2003 03:56:18 -0000 1.3 +++ kaserver.h 18 Mar 2003 23:47:51 -0000 1.4 @@ -179,7 +179,7 @@ u_int locktime ); -extern int krb4_cross; +extern afs_int32 krb4_cross; #define LOCKPW
-- Nathan On Tue, 2003-03-25 at 10:23, Harald Barth wrote: > In src/kauth: > > cc -O2 -I/scratch/openafs-1.2.9-rc3/src/config -I/scratch/openafs-1.2.9-rc3/include > -O2 -c -o kaserver.o kaserver.c > kaserver.c:59: conflicting types for `krb4_cross' > kaserver.h:182: previous declaration of `krb4_cross' > kaserver.c: In function `main': > kaserver.c:313: warning: assignment from incompatible pointer type > make: *** [kaserver.o] Error 1 > > I don't care about the kaserver, but I'm a bit annoyed that I do not > get past that point when running a make -k from the top level. > > This is with redhat 8.0 userland and 2.4.20-xfs-perfctr-acpi kernel. > > Harald. > _______________________________________________ > OpenAFS-devel mailing list > [EMAIL PROTECTED] > https://lists.openafs.org/mailman/listinfo/openafs-devel -- ------------------------------------------------------------ Nathan Neulinger EMail: [EMAIL PROTECTED] University of Missouri - Rolla Phone: (573) 341-4841 Computing Services Fax: (573) 341-4216 _______________________________________________ OpenAFS-devel mailing list [EMAIL PROTECTED] https://lists.openafs.org/mailman/listinfo/openafs-devel
