afsconfig-and-rcsid-all-around-20010705
[openafs.git] / src / rx / xdr_afsuuid.c
index 4cb251a..a523b0d 100644 (file)
  * xdr_afsuuid.c, XDR routine for built in afsUUID data type.
  */
 
-#if defined(KERNEL) && !defined(UKERNEL)
 #include "afs/param.h"
+#include <afsconfig.h>
+
+RCSID("$Header$");
+
+#if defined(KERNEL) && !defined(UKERNEL)
 #ifdef AFS_LINUX20_ENV
 #include "../h/string.h"
 #define bzero(A,C) memset((A), 0, (C))
 #endif
 #endif
 
-#ifndef lint
-static char sccsid[] = "@(#)xdr_array.c 1.1 86/02/03 Copyr 1984 Sun Micro";
-#endif
-
 int
 xdr_afsUUID(xdrs, objp)
        XDR *xdrs;