Need bswap.h for the bswap32() prototype. From Steve Allen

in PR 6846.
This commit is contained in:
scottr 1999-01-19 15:41:03 +00:00
parent 3eeac9e4c4
commit d51a8c71b9

View File

@ -1,4 +1,4 @@
/* $NetBSD: disksubr.c,v 1.26 1998/10/30 06:48:51 scottr Exp $ */
/* $NetBSD: disksubr.c,v 1.27 1999/01/19 15:41:03 scottr Exp $ */
/*
* Copyright (c) 1982, 1986, 1988 Regents of the University of California.
@ -85,6 +85,8 @@
#include <sys/disklabel.h>
#include <sys/syslog.h>
#include <machine/bswap.h>
#define b_cylin b_resid
#define NUM_PARTS_PROBED 32