Skip to content

freebsd/sys/rpc: Install rpc/types.h

Jeremy Lorelli requested to merge jjl77/rtems-libbsd:rpc-types-h into 6-freebsd-12

Summary

Regression from 7a86bf14

<rpc/rpc.h> includes <rpc/types.h>. FreeBSD seems to install sys/rpc/types.h, so that's what I've done here.

This was causing a build error in the EPICS asyn module.

Merge request reports