[7836] in Athena Bugs
rt 7.2R: hesiod.h
daemon@ATHENA.MIT.EDU (Jonathan I. Kamens)
Mon Jul 29 23:22:42 1991
Date: Mon, 29 Jul 91 23:22:45 -0400
From: "Jonathan I. Kamens" <jik@pit-manager.MIT.EDU>
To: bugs@ATHENA.MIT.EDU
System name: pit-manager
Type and version: RTPC-ROMPC 7.2R
Display type: apa16
megapel
What were you trying to do?
Use the declaration of hes_getpwuid in hesiod.h.
What's wrong:
It's not there.
What should have happened:
Hesiod.h should declare hes_getpwuid.
Please describe any relevant documentation references:
/usr/include/hesiod.h (or /usr/athena/include/hesiod.h).
Patch below.
jik
*** 1.8 1991/07/15 05:24:41
--- hesiod.h.sed 1991/07/30 03:22:21
***************
*** 40,43 ****
struct hes_postoffice *hes_getmailhost();
struct servent *hes_getservbyname();
! struct passwd *hes_getpwnam();
--- 40,43 ----
struct hes_postoffice *hes_getmailhost();
struct servent *hes_getservbyname();
! struct passwd *hes_getpwnam(), *hes_getpwuid();