don't need sys/param.h
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 4 May 1991 07:55:17 +0000 (23:55 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 4 May 1991 07:55:17 +0000 (23:55 -0800)
SCCS-vsn: sys/stand.att/printf.c 5.2

usr/src/sys/stand.att/printf.c

index 336ee2f..6bb7872 100644 (file)
@@ -4,13 +4,11 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)printf.c    5.1 (Berkeley) %G%
+ *     @(#)printf.c    5.2 (Berkeley) %G%
  */
 
  */
 
-#include <sys/param.h>
-
 /*
 /*
- * Scaled down version of C Library printf.
+ * Scaled down version of printf(3).
  *
  * Used to print diagnostic information directly on the console tty.  Since
  * it is not interrupt driven, all system activities are suspended.  Printf
  *
  * Used to print diagnostic information directly on the console tty.  Since
  * it is not interrupt driven, all system activities are suspended.  Printf