Hi > 1) When I try to compile ps.c, it complains that > under priv.h, it cannot find priv_names.h file. I > checked the source browser and indeed the file does > not exist
This file you find in your /usr/include/sys directory. Normaly this file should be found by the compiler automaticly, if not try to use -I flag to give a search path for includes to the compiler. erisch This message posted from opensolaris.org _______________________________________________ opensolaris-code mailing list [email protected] https://opensolaris.org:444/mailman/listinfo/opensolaris-code
