change harderr to diskerr and move to ufs_disksubr.c
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Thu, 26 May 1988 23:57:31 +0000 (15:57 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Thu, 26 May 1988 23:57:31 +0000 (15:57 -0800)
SCCS-vsn: sys/kern/subr_prf.c 7.11

usr/src/sys/kern/subr_prf.c

index 07420b8..32fe7e5 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)subr_prf.c  7.10 (Berkeley) %G%
+ *     @(#)subr_prf.c  7.11 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
@@ -348,19 +348,6 @@ tablefull(tab)
        log(LOG_ERR, "%s: table is full\n", tab);
 }
 
        log(LOG_ERR, "%s: table is full\n", tab);
 }
 
-/*
- * Hard error is the preface to plaintive error messages
- * about failing disk transfers.
- */
-harderr(bp, cp)
-       struct buf *bp;
-       char *cp;
-{
-
-       printf("%s%d%c: hard error sn%d ", cp,
-           minor(bp->b_dev) >> 3, 'a'+(minor(bp->b_dev)&07), bp->b_blkno);
-}
-
 /*
  * Print a character on console or users terminal.
  * If destination is console then the last MSGBUFS characters
 /*
  * Print a character on console or users terminal.
  * If destination is console then the last MSGBUFS characters