diff options
Diffstat (limited to 'include/rpc/svc.h')
-rw-r--r-- | include/rpc/svc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rpc/svc.h b/include/rpc/svc.h index b544651..9ef76cf 100644 --- a/include/rpc/svc.h +++ b/include/rpc/svc.h @@ -264,7 +264,7 @@ extern int svc_maxfd; extern fd_set svc_fdset; #define svc_fds svc_fdset.fds_bits[0] /* compatibility */ -#ifndef KERNEL +#ifndef _KERNEL /* * a small program implemented by the svc_rpc implementation itself; * also see clnt.h for protocol numbers. |