Woops, add back that #define...it's used later in the file.

This commit is contained in:
dg 1995-03-18 07:06:51 +00:00
parent b3d227a8ad
commit 6037557863
2 changed files with 16 additions and 2 deletions

View File

@ -42,7 +42,7 @@
* SUCH DAMAGE.
*
* @(#)ufs_disksubr.c 8.5 (Berkeley) 1/21/94
* $Id: ufs_disksubr.c,v 1.12 1995/03/18 06:32:48 davidg Exp $
* $Id: ufs_disksubr.c,v 1.13 1995/03/18 06:38:04 davidg Exp $
*/
#include <sys/param.h>
@ -68,6 +68,13 @@
* allocated.
*/
/*
* For portability with historic industry practice, the
* cylinder number has to be maintained in the `b_resid'
* field.
*/
#define b_cylinder b_resid
void
disksort(ap, bp)
register struct buf *ap, *bp;

View File

@ -42,7 +42,7 @@
* SUCH DAMAGE.
*
* @(#)ufs_disksubr.c 8.5 (Berkeley) 1/21/94
* $Id: ufs_disksubr.c,v 1.12 1995/03/18 06:32:48 davidg Exp $
* $Id: ufs_disksubr.c,v 1.13 1995/03/18 06:38:04 davidg Exp $
*/
#include <sys/param.h>
@ -68,6 +68,13 @@
* allocated.
*/
/*
* For portability with historic industry practice, the
* cylinder number has to be maintained in the `b_resid'
* field.
*/
#define b_cylinder b_resid
void
disksort(ap, bp)
register struct buf *ap, *bp;