You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
357 B

  1. --- a/print.c
  2. +++ b/print.c
  3. @@ -160,6 +160,7 @@ endnm(sz)
  4. static void
  5. fill_portmap()
  6. {
  7. +#if !defined __UCLIBC__ || (defined __UCLIBC__ && defined __UCLIBC_HAS_RPC__)
  8. char buf[128], *cp, *nm;
  9. CLIENT *c;
  10. int h, port, pr;
  11. @@ -278,6 +279,7 @@ fill_portmap()
  12. Pth[pr][h] = pt;
  13. }
  14. clnt_destroy(c);
  15. +#endif
  16. }
  17. #endif /* !defined(HASNORPC_H) */