summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/auth_des.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-03-22 23:18:37 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-03-22 23:18:37 +0000
commitd3d20c826754c093694818e42835c4ce4591a13e (patch)
tree914000b7419b1d9975ed0e7812eb763fcb96640a /lib/libc/rpc/auth_des.c
parent74fd44fc1925668af16d0256cde971b9f7c0bf40 (diff)
downloadsrc-test2-d3d20c826754c093694818e42835c4ce4591a13e.tar.gz
src-test2-d3d20c826754c093694818e42835c4ce4591a13e.zip
Notes
Diffstat (limited to 'lib/libc/rpc/auth_des.c')
-rw-r--r--lib/libc/rpc/auth_des.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/rpc/auth_des.c b/lib/libc/rpc/auth_des.c
index c771f31afb9e..a8f3b2768665 100644
--- a/lib/libc/rpc/auth_des.c
+++ b/lib/libc/rpc/auth_des.c
@@ -1,4 +1,3 @@
-
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
* unrestricted use provided that this legend is included on all tape
@@ -33,6 +32,7 @@
/*
* auth_des.c, client-side implementation of DES authentication
*/
+
#include "namespace.h"
#include "reentrant.h"
#include <err.h>
@@ -55,8 +55,9 @@
#if defined(LIBC_SCCS) && !defined(lint)
/* from: static char sccsid[] = "@(#)auth_des.c 2.2 88/07/29 4.0 RPCSRC; from 1.9 88/02/08 SMI"; */
-static const char rcsid[] = "$FreeBSD$";
#endif
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#define USEC_PER_SEC 1000000
#define RTIME_TIMEOUT 5 /* seconds to wait for sync */