Add da30 to the list of machines which have an empty cpu_disklabel.

(Seems like it's everyone except i386.)
This commit is contained in:
paulus 1994-02-24 01:05:56 +00:00
parent 570c081077
commit 115eac33d0
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)disklabel.h 7.19 (Berkeley) 5/7/91
* $Id: disklabel.h,v 1.19 1994/02/23 03:19:41 hpeyerl Exp $
* $Id: disklabel.h,v 1.20 1994/02/24 01:05:56 paulus Exp $
*/
#ifndef _SYS_DISKLABEL_H_
@ -335,7 +335,7 @@ struct cpu_disklabel {
#endif /* i386 */
#if defined(hp300) || defined(mac68k) || defined(vax) || defined(pc532) || \
defined(sun3) || defined(amiga) || defined(sparc)
defined(sun3) || defined(amiga) || defined(sparc) || defined(da30)
struct cpu_disklabel {
};
#endif