One would expect that, since NULL is a POSIX definition, it would exist in the headers somewhere. Perhaps the exact header changed on HP/UX such that it is not included in src/dir/dir.c?
I'd rather fix the particular header for HP/UX than make this change. -derek <[EMAIL PROTECTED]> writes: > Index: src/dir/dir.c > =================================================================== > RCS file: /cvs/openafs/src/dir/dir.c,v > retrieving revision 1.7 > diff -u -r1.7 dir.c > --- src/dir/dir.c 2002/02/18 21:09:47 1.7 > +++ src/dir/dir.c 2002/03/19 20:52:12 > @@ -140,7 +140,7 @@ > int blobs, firstelt; > register int i; > register struct DirEntry *ep; > - unsigned short *pp = NULL; > + unsigned short *pp = 0; > register struct DirHeader *dhp; > > /* check name quality */ > _______________________________________________ > OpenAFS-devel mailing list > [EMAIL PROTECTED] > https://lists.openafs.org/mailman/listinfo/openafs-devel -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/ PP-ASEL-IA N1NWH [EMAIL PROTECTED] PGP key available _______________________________________________ OpenAFS-devel mailing list [EMAIL PROTECTED] https://lists.openafs.org/mailman/listinfo/openafs-devel
