summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/auth_des.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-03-22 23:18:37 +0000
committerobrien <obrien@FreeBSD.org>2002-03-22 23:18:37 +0000
commit074d88cd27d461e344257df6b629e576b48285a6 (patch)
tree914000b7419b1d9975ed0e7812eb763fcb96640a /lib/libc/rpc/auth_des.c
parent4787ceffe13c80e427cb2352d31b96463594a689 (diff)
downloadFreeBSD-src-074d88cd27d461e344257df6b629e576b48285a6.zip
FreeBSD-src-074d88cd27d461e344257df6b629e576b48285a6.tar.gz
Fix the style of the SCM ID's.
I believe have made all of libc .c's as consistent as possible.
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 c771f31..a8f3b27 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 */
OpenPOWER on IntegriCloud