rxstat-fix-objdir-builds-20030328
[openafs.git] / src / rxstat / rxstat.c
index 1fb69ea..eeab73f 100644 (file)
@@ -1,19 +1,31 @@
 /*
- * Copyright (C)  1999  Transarc Corporation.  All rights reserved.
- *
+ * Copyright 2000, International Business Machines Corporation and others.
+ * All Rights Reserved.
+ * 
+ * This software has been released under the terms of the IBM Public
+ * License.  For details, see the LICENSE file in the top-level source
+ * directory or online at http://www.openafs.org/dl/license10.html
  */
 
 #ifdef UKERNEL
-#include "../afs/param.h"
-#include "../afs/sysincludes.h"
-#include "../afs/afsincludes.h"
-#include "rxstat.h"
+#include "afs/param.h"
+#else
+#include <afs/param.h>
+#endif
+#include <afsconfig.h>
+
+RCSID("$Header$");
+
+#ifdef UKERNEL
+#include "afs/sysincludes.h"
+#include "afsincludes.h"
+#include <rx/rxstat.h>
 #else /* UKERNEL */
 #include <afs/stds.h>
 #include <rx/rx.h>
-#include "rxstat.h"
+#include <rx/rxstat.h>
 #ifdef KERNEL
-#include "../sys/errno.h"
+#include "sys/errno.h"
 #else /* KERNEL */
 #include <errno.h>
 #endif /* KERNEL */