diff options
author | Miles Bader <miles@gnu.org> | 1995-08-30 20:01:20 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-08-30 20:01:20 +0000 |
commit | 8832237df37b394f990e0746f2702f6400d1359e (patch) | |
tree | f775347bb87fd2a4211ce62fca13cb6235a77145 | |
parent | 2e158917824fa373d8cd5995f46aba2c05c026a1 (diff) |
(inhibit_port_rpcs): Renamed to `ports_inhibit_port_rpcs'.
-rw-r--r-- | libports/inhibit-port-rpcs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libports/inhibit-port-rpcs.c b/libports/inhibit-port-rpcs.c index 218edc79..718a8b3e 100644 --- a/libports/inhibit-port-rpcs.c +++ b/libports/inhibit-port-rpcs.c @@ -23,7 +23,7 @@ #include <cthreads.h> void -inhibit_port_rpcs (void *portstruct) +ports_inhibit_port_rpcs (void *portstruct) { struct port_info *pi = portstruct; struct rpc_info *rpc; |