diff options
-rw-r--r-- | usr.bin/rpcgen/rpc_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/rpcgen/rpc_main.c b/usr.bin/rpcgen/rpc_main.c index 1176418..5e2ebf7 100644 --- a/usr.bin/rpcgen/rpc_main.c +++ b/usr.bin/rpcgen/rpc_main.c @@ -336,7 +336,7 @@ static void find_cpp() } else { /* try the other one */ CPP = SUNOS_CPP; if (stat(CPP, &buf) < 0) { /* can't find any cpp */ - warnx("cannot find any C preprocessor (cpp)"); + warnx("cannot find C preprocessor: %s", CPP); crash(); } } |