mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-13 14:40:22 +00:00
Add mirror and parity flags to list of symbolic names.
This commit is contained in:
parent
e53374eaf4
commit
15a2c56b61
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13762
@ -1,4 +1,4 @@
|
||||
/* $Id$ */
|
||||
/* $Id: ccdconfig.c,v 1.3 1995/12/28 00:22:16 asami Exp $ */
|
||||
|
||||
/* $NetBSD: ccdconfig.c,v 1.2.2.1 1995/11/11 02:43:35 thorpej Exp $ */
|
||||
|
||||
@ -72,6 +72,8 @@ struct flagval {
|
||||
} flagvaltab[] = {
|
||||
{ "CCDF_SWAP", CCDF_SWAP },
|
||||
{ "CCDF_UNIFORM", CCDF_UNIFORM },
|
||||
{ "CCDF_MIRROR", CCDF_MIRROR },
|
||||
{ "CCDF_PARITY", CCDF_PARITY },
|
||||
{ NULL, 0 },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user