sob@tmc.edu (Stan Barber) (11/14/90)
Sun Bug ID 1007134 discusses the problems of using PC-NFS toolkit with
Microsoft C 5.0 (and 5.1). The problem is due to the fact that PC-NFS
toolkit include files and the Microsoft C include files both define
size_t.
Sun suggests that the toolkit include files be listed first in the
include environmental variable.
For example, if the toolkit includes are in c:\toolkit\include and the
Microsoft C include files are in d:\include, then execute this command to
set the include environmental variable up to workaround the problem:
set include=c:\toolkit\include;d:\include
What I did was to alter the stuff in the toolkit include file sys\types.h
to have the same type of format as the stuff in the microsoft C include
file of the same name.
#ifdef _INO_T_DEFINED
typedef unsigned short ino_t;
#define _INO_T_DEFINED
#endif
etc.
--
Stan internet: sob@bcm.tmc.edu Director, Networking
Olan uucp: {rutgers,mailrus}!bcm!sob and Systems Support
Barber Opinions expressed are only mine. Baylor College of Medicine