summaryrefslogtreecommitdiffstats
path: root/include/protocols
diff options
context:
space:
mode:
authorhalex <halex@openbsd.org>2009-12-15 13:11:42 +0000
committerhalex <halex@openbsd.org>2009-12-15 13:11:42 +0000
commit0de56eb4e767161cad9918455ce1eeb03c710f18 (patch)
treebad89150e2fca0ad680c193622ba001435bf2df4 /include/protocols
parentExplicitly lock the vnode when deleting a volume. This avoids a potential (diff)
downloadwireguard-openbsd-0de56eb4e767161cad9918455ce1eeb03c710f18.tar.xz
wireguard-openbsd-0de56eb4e767161cad9918455ce1eeb03c710f18.zip
dumped is _still_ spelled with one p and not two
ok krw@
Diffstat (limited to 'include/protocols')
-rw-r--r--include/protocols/dumprestore.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/protocols/dumprestore.h b/include/protocols/dumprestore.h
index 6c31f1d9c0a..7789a84c55f 100644
--- a/include/protocols/dumprestore.h
+++ b/include/protocols/dumprestore.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dumprestore.h,v 1.8 2007/06/03 20:16:07 millert Exp $ */
+/* $OpenBSD: dumprestore.h,v 1.9 2009/12/15 13:11:42 halex Exp $ */
/* $NetBSD: dumprestore.h,v 1.14 2005/12/26 19:01:47 perry Exp $ */
/*
@@ -105,9 +105,9 @@ 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 */