Skip to content

Commit 9026737

Browse files
committed
clearify the new rpc situation (we don't even need it)
1 parent bec52f7 commit 9026737

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/subs/sma_mirRead.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,8 @@
233233
#include <math.h>
234234
//#include <rpc/rpc.h> // in recent glibc header this was moved. Both redhat and ubuntu now have issues finding it
235235
// which might be solved with the lib(n)tirpc-dev(el) - seems like a messy "upgrade" to me.
236+
// use an extra -I/usr/include/tirpc if you need this feature
237+
// it seems this code doesn't use RPC
236238
#include <signal.h>
237239
#include <stdio.h>
238240
#include <stdlib.h>

0 commit comments

Comments
 (0)