Move definition of PART_USR to md.h where it has a chance of having some effect.

This commit is contained in:
dsl 2003-08-30 13:53:28 +00:00
parent 677dd78600
commit a8f1b6c6be
4 changed files with 18 additions and 18 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.c,v 1.35 2003/07/25 08:26:24 dsl Exp $ */
/* $NetBSD: md.c,v 1.36 2003/08/30 13:53:28 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -54,13 +54,6 @@
#include "msg_defs.h"
#include "menu_defs.h"
/*
* Symbolic names for disk partitions.
*/
#define PART_ROOT A
#define PART_RAW C
#define PART_USR D
int
md_get_info(void)
{

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.15 2003/07/25 08:26:24 dsl Exp $ */
/* $NetBSD: md.h,v 1.16 2003/08/30 13:53:28 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -41,6 +41,13 @@
/* Constants and defines */
/*
* Symbolic names for disk partitions.
*/
#define PART_ROOT A
#define PART_RAW C
#define PART_USR D
/* Megs required for a full X installation. */
#define XNEEDMB 50 /* XXXTHORPEJ */
#define DEFROOTSIZE 128

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.c,v 1.30 2003/07/25 08:26:28 dsl Exp $ */
/* $NetBSD: md.c,v 1.31 2003/08/30 13:53:28 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -54,13 +54,6 @@
#include "msg_defs.h"
#include "menu_defs.h"
/*
* Symbolic names for disk partitions.
*/
#define PART_ROOT A
#define PART_RAW C
#define PART_USR G
int
md_get_info(void)
{

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.12 2003/07/25 08:26:28 dsl Exp $ */
/* $NetBSD: md.h,v 1.13 2003/08/30 13:53:28 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -41,6 +41,13 @@
/* Constants and defines */
/*
* Symbolic names for disk partitions.
*/
#define PART_ROOT A
#define PART_RAW C
#define PART_USR G
/* Megs required for a full X installation. */
#define XNEEDMB 35 /* XXXTHORPEJ */