afsconfig-and-rcsid-all-around-20010705
[openafs.git] / src / rx / xdr_rec.c
index 32aa256..fc1c5e6 100644 (file)
@@ -26,9 +26,6 @@
  * Mountain View, California  94043
  */
 #ifndef        NeXT
-#ifndef lint
-static char sccsid[] = "@(#)xdr_rec.c 1.1 86/02/03 Copyr 1984 Sun Micro";
-#endif
 
 /*  * xdr_rec.c, Implements TCP/IP based XDR streams with a "record marking"
  * layer above tcp (for rpc's use).
@@ -47,6 +44,10 @@ static char sccsid[] = "@(#)xdr_rec.c 1.1 86/02/03 Copyr 1984 Sun Micro";
  */
 
 #include <afs/param.h>
+#include <afsconfig.h>
+
+RCSID("$Header$");
+
 #include <stdio.h>
 #include "xdr.h"
 #ifndef AFS_NT40_ENV