Allow 2 more characters for Mike's long device names.

This commit is contained in:
Jordan K. Hubbard 1999-12-02 02:55:57 +00:00
parent 8d0b9687cb
commit 50fbef8c45
3 changed files with 9 additions and 9 deletions

View File

@ -420,13 +420,13 @@ getNewfsCmd(PartInfo *p)
sstrncpy(p->newfs_cmd, val, NEWFS_CMD_MAX);
}
#define MAX_MOUNT_NAME 12
#define MAX_MOUNT_NAME 10
#define PART_PART_COL 0
#define PART_MOUNT_COL 8
#define PART_MOUNT_COL 10
#define PART_SIZE_COL (PART_MOUNT_COL + MAX_MOUNT_NAME + 3)
#define PART_NEWFS_COL (PART_SIZE_COL + 8)
#define PART_OFF 38
#define PART_OFF 40
#define TOTAL_AVAIL_LINES (10)
#define PSLICE_SHOWABLE (4)

View File

@ -420,13 +420,13 @@ getNewfsCmd(PartInfo *p)
sstrncpy(p->newfs_cmd, val, NEWFS_CMD_MAX);
}
#define MAX_MOUNT_NAME 12
#define MAX_MOUNT_NAME 10
#define PART_PART_COL 0
#define PART_MOUNT_COL 8
#define PART_MOUNT_COL 10
#define PART_SIZE_COL (PART_MOUNT_COL + MAX_MOUNT_NAME + 3)
#define PART_NEWFS_COL (PART_SIZE_COL + 8)
#define PART_OFF 38
#define PART_OFF 40
#define TOTAL_AVAIL_LINES (10)
#define PSLICE_SHOWABLE (4)

View File

@ -420,13 +420,13 @@ getNewfsCmd(PartInfo *p)
sstrncpy(p->newfs_cmd, val, NEWFS_CMD_MAX);
}
#define MAX_MOUNT_NAME 12
#define MAX_MOUNT_NAME 10
#define PART_PART_COL 0
#define PART_MOUNT_COL 8
#define PART_MOUNT_COL 10
#define PART_SIZE_COL (PART_MOUNT_COL + MAX_MOUNT_NAME + 3)
#define PART_NEWFS_COL (PART_SIZE_COL + 8)
#define PART_OFF 38
#define PART_OFF 40
#define TOTAL_AVAIL_LINES (10)
#define PSLICE_SHOWABLE (4)