Environment:
Operating System: Solaris 2.6
Compiler: GNU GCC 3.2
Make: GNU Make 3.79.1
npadmin: 0.8.7
Line 90:
Arguments 2 and 6 need to be cast'ed to the match that
required by the operating system.
Argument 2 should be casted '(char *)'.
Argument 6 should be casted '(int *)'
Line 95:
The exit function is not defined. Add an include for
stdlib.h to the begining of the file.
#include <stdlib.h>