diff options
| author | Ian Dowse <iedowse@FreeBSD.org> | 2001-04-02 21:41:44 +0000 |
|---|---|---|
| committer | Ian Dowse <iedowse@FreeBSD.org> | 2001-04-02 21:41:44 +0000 |
| commit | 9f5afc134f0b1f87d1e6dfcaff8452332b12bf5c (patch) | |
| tree | d315e08adb778e394a4f146ec7b78f3a29f3e72f /lib/libc/rpc/auth_unix.c | |
| parent | a7d51bb8c8dbe9b442bd20578893ead05024f6ce (diff) | |
Notes
Diffstat (limited to 'lib/libc/rpc/auth_unix.c')
| -rw-r--r-- | lib/libc/rpc/auth_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/auth_unix.c b/lib/libc/rpc/auth_unix.c index 37d0ce9f0983..0bf99b22354b 100644 --- a/lib/libc/rpc/auth_unix.c +++ b/lib/libc/rpc/auth_unix.c @@ -48,8 +48,8 @@ static char *sccsid = "@(#)auth_unix.c 2.2 88/08/01 4.0 RPCSRC"; * */ -#include "reentrant.h" #include "namespace.h" +#include "reentrant.h" #include <sys/param.h> #include <assert.h> |
