diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2024-02-27 12:49:21 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2024-03-03 17:48:14 +0000 |
| commit | cdadccec763d0d7b3f4421acd2f964c7b7c3e06f (patch) | |
| tree | 2a2697e9464816dd6fe856d371fd0e8b50ffbc10 /include | |
| parent | 4d8cc5b78fdfcbf4a2f9d4243fcbb0db831210b4 (diff) | |
Diffstat (limited to 'include')
| -rw-r--r-- | include/protocols/dumprestore.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/protocols/dumprestore.h b/include/protocols/dumprestore.h index ea0071525837..39b3143e946c 100644 --- a/include/protocols/dumprestore.h +++ b/include/protocols/dumprestore.h @@ -116,9 +116,9 @@ extern union u_spcl { char c_addr[TP_NINDIR]; /* 1 => data; 0 => hole in inode */ char c_label[LBLSIZE]; /* dump label */ int32_t c_level; /* level of this dump */ - char c_filesys[NAMELEN]; /* name of dumpped file system */ - char c_dev[NAMELEN]; /* name of dumpped device */ - char c_host[NAMELEN]; /* name of dumpped host */ + char c_filesys[NAMELEN]; /* name of dumped file system */ + char c_dev[NAMELEN]; /* name of dumped device */ + char c_host[NAMELEN]; /* name of dumped host */ int32_t c_flags; /* additional information */ int32_t c_old_firstrec; /* first record on volume */ int64_t c_date; /* date of this dump */ |
