s/DIGAGNOSTIC/DIAGNOSTIC/

This commit is contained in:
msaitoh 2008-01-13 10:45:19 +00:00
parent 1fc0c47f67
commit f03e380ca2
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: key.c,v 1.156 2007/07/09 21:11:14 ad Exp $ */
/* $NetBSD: key.c,v 1.157 2008/01/13 10:45:19 msaitoh Exp $ */
/* $KAME: key.c,v 1.310 2003/09/08 02:23:44 itojun Exp $ */
/*
@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: key.c,v 1.156 2007/07/09 21:11:14 ad Exp $");
__KERNEL_RCSID(0, "$NetBSD: key.c,v 1.157 2008/01/13 10:45:19 msaitoh Exp $");
#include "opt_inet.h"
#include "opt_ipsec.h"
@ -6993,7 +6993,7 @@ key_register(so, m, mhp)
}
#endif
#ifdef DIGAGNOSTIC
#ifdef DIAGNOSTIC
if (off != len)
panic("length assumption failed in key_register");
#endif