cannot read sparc disk names
This commit is contained in:
parent
450d60fe9d
commit
eee9ec00bb
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)names.c 8.1 (Berkeley) 6/6/93
|
||||
* $Id: names.c,v 1.9 1994/05/11 07:35:56 cgd Exp $
|
||||
* $Id: names.c,v 1.10 1994/05/18 23:11:14 deraadt Exp $
|
||||
*/
|
||||
|
||||
#if !defined(hp300) && !defined(tahoe) && !defined(vax) && \
|
||||
@ -47,6 +47,14 @@ read_names()
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(sparc)
|
||||
int
|
||||
read_names()
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(hp300) || defined(luna68k)
|
||||
#if defined(hp300)
|
||||
#include <hp/dev/device.h>
|
||||
|
Loading…
Reference in New Issue
Block a user