cleanup potpourri.h references
[openafs.git] / src / lwp / test / test.c
index d1ddcf2..f5e1151 100644 (file)
@@ -13,7 +13,6 @@
 
 #include <stdio.h>
 #include <sys/time.h>
-#include <potpourri.h>
 #include "lwp.h"
 
 char semaphore;
@@ -32,7 +31,7 @@ main(argc, argv)
 {
     struct timeval t1, t2;
     int pid, otherpid;
-    register int i, count, x;
+    int i, count, x;
     char *waitarray[2];
     static char c[] = "OtherProcess";