Woops, add back that #define...it's used later in the file.
This commit is contained in:
parent
b3d227a8ad
commit
6037557863
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user