diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/rpc/auth_none.c | 3 | ||||
-rw-r--r-- | lib/libc/rpc/auth_unix.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/rpc/auth_none.c b/lib/libc/rpc/auth_none.c index fb1745efe6b..3f95ca5de58 100644 --- a/lib/libc/rpc/auth_none.c +++ b/lib/libc/rpc/auth_none.c @@ -28,7 +28,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: auth_none.c,v 1.4 1998/12/20 23:45:41 millert Exp $"; +static char *rcsid = "$OpenBSD: auth_none.c,v 1.5 2000/08/24 17:03:19 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ /* @@ -41,6 +41,7 @@ static char *rcsid = "$OpenBSD: auth_none.c,v 1.4 1998/12/20 23:45:41 millert Ex #include <stdlib.h> #include <rpc/types.h> +#include <rpc/rpc.h> #include <rpc/xdr.h> #include <rpc/auth.h> #define MAX_MARSHEL_SIZE 20 diff --git a/lib/libc/rpc/auth_unix.c b/lib/libc/rpc/auth_unix.c index fec29c28f5d..50ba106ba0d 100644 --- a/lib/libc/rpc/auth_unix.c +++ b/lib/libc/rpc/auth_unix.c @@ -28,7 +28,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: auth_unix.c,v 1.11 1998/12/20 23:45:41 millert Exp $"; +static char *rcsid = "$OpenBSD: auth_unix.c,v 1.12 2000/08/24 17:03:20 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ /* @@ -50,6 +50,7 @@ static char *rcsid = "$OpenBSD: auth_unix.c,v 1.11 1998/12/20 23:45:41 millert E #include <rpc/types.h> #include <rpc/xdr.h> +#include <rpc/rpc.h> #include <rpc/auth.h> #include <rpc/auth_unix.h> |