sun3 like n-other platforms is currently using the empty cpu_disklabel struct
This commit is contained in:
parent
5d5fd66358
commit
9b5c6f79ab
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)disklabel.h 7.19 (Berkeley) 5/7/91
|
||||
* $Id: disklabel.h,v 1.7 1993/09/01 08:54:36 deraadt Exp $
|
||||
* $Id: disklabel.h,v 1.8 1993/09/01 15:51:21 glass Exp $
|
||||
*/
|
||||
|
||||
#ifndef _SYS_DISKLABEL_H_
|
||||
@ -323,7 +323,8 @@ struct cpu_disklabel {
|
||||
|
||||
#endif /* i386 */
|
||||
|
||||
#if defined(hp300) || defined(mac) || defined(vax) || defined(pc532)
|
||||
#if defined(hp300) || defined(mac) || defined(vax) || defined(pc532) || \
|
||||
defined(sun3)
|
||||
struct cpu_disklabel {
|
||||
};
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user