If you're using HP/UX before release 9.x, you will probably need to apply
this to allow the pstat() command to work properly.

*** nnrpd.c	Tue Jul 25 14:05:58 1995
--- nnrpd-pre9hpux.c	Tue Jul 25 14:04:47 1995
***************
*** 221,229 ****
  #else
      char		buff[BUFSIZ];
  
-     union pstun un;
      (void)sprintf(buff, "(nnrpd) %s %s", ClientHost, what);
!     (void)pstat(PSTAT_SETCMD, un, strlen(buff), 0, 0);
  #endif	/* defined(HPUX) */
  }
  
--- 221,228 ----
  #else
      char		buff[BUFSIZ];
  
      (void)sprintf(buff, "(nnrpd) %s %s", ClientHost, what);
!     (void)pstat(PSTAT_SETCMD, buff, 0, 0, 0);
  #endif	/* defined(HPUX) */
  }
  
