Operating System - HP-UX
1832279 Members
2242 Online
110041 Solutions
New Discussion

Re: Is this a bug or a feature?

 
Jeff Fulmer_1
Occasional Advisor

Is this a bug or a feature?

/usr/include/prot.h:650:extern struct spwd *getspnam __((char *));

/usr/include/shadow.h:42:extern struct spwd * getspnam(const char *);
2 REPLIES 2
Sandman!
Honored Contributor

Re: Is this a bug or a feature?

The /usr/include/shadow.h file is the authoritative one for getspnam. Lookup patch PHCO_23702.

~cheers
Dennis Handly
Acclaimed Contributor

Re: Is this a bug or a feature?

As Sandman said, the man page matches the one in shadow.h.