This commit is contained in:
Philippe Charnier 2001-12-11 18:24:59 +00:00
parent 7b3a12a825
commit f73eedd8a6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87667
3 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@ struct part {
struct part *next; /* forward link of partitions on disk */
char *name; /* device name */
char *fsname; /* mounted filesystem name */
long auxdata; /* auxillary data for application */
long auxdata; /* auxiliary data for application */
} *badlist, **badnext = &badlist;
struct disk {

View File

@ -56,7 +56,7 @@ struct part {
struct part *next; /* forward link of partitions on disk */
char *name; /* device name */
char *fsname; /* mounted filesystem name */
long auxdata; /* auxillary data for application */
long auxdata; /* auxiliary data for application */
} *badlist, **badnext = &badlist;
struct disk {

View File

@ -57,7 +57,7 @@ struct part {
struct part *next; /* forward link of partitions on disk */
char *name; /* device name */
char *fsname; /* mounted filesystem name */
long auxdata; /* auxillary data for application */
long auxdata; /* auxiliary data for application */
} *badlist, **badnext = &badlist;
struct disk {