make sleep spin-wait during autoconfiguration
[unix-history] / usr / src / include / mp.h
index 223798a..6b141cc 100644 (file)
@@ -1,4 +1,10 @@
-/*     mp.h    4.1     83/05/03        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)mp.h        5.1 (Berkeley) %G%
+ */
 
 #define MINT struct mint
 MINT
 
 #define MINT struct mint
 MINT
@@ -9,7 +15,7 @@ MINT
 #ifndef DBG
 #define shfree(u) free((char *)u)
 #else
 #ifndef DBG
 #define shfree(u) free((char *)u)
 #else
-#include "stdio.h"
+#include <stdio.h>
 #define shfree(u) { if(dbg) fprintf(stderr, "free %o\n", u); free((char *)u);}
 extern int dbg;
 #endif
 #define shfree(u) { if(dbg) fprintf(stderr, "free %o\n", u); free((char *)u);}
 extern int dbg;
 #endif