diff options
Diffstat (limited to 'lib/libc/rpc/auth_none.c')
-rw-r--r-- | lib/libc/rpc/auth_none.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/auth_none.c b/lib/libc/rpc/auth_none.c index 403e00d..666c8d7 100644 --- a/lib/libc/rpc/auth_none.c +++ b/lib/libc/rpc/auth_none.c @@ -44,8 +44,8 @@ static char *sccsid = "@(#)auth_none.c 2.1 88/07/29 4.0 RPCSRC"; * Copyright (C) 1984, Sun Microsystems, Inc. */ -#include "reentrant.h" #include "namespace.h" +#include "reentrant.h" #include <assert.h> #include <stdlib.h> #include <rpc/types.h> |