diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/malloc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/malloc.h b/sys/sys/malloc.h index 1acafe924ea..ab3871c19fc 100644 --- a/sys/sys/malloc.h +++ b/sys/sys/malloc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: malloc.h,v 1.43 2001/05/16 08:59:03 art Exp $ */ +/* $OpenBSD: malloc.h,v 1.44 2001/05/20 00:09:57 angelos Exp $ */ /* $NetBSD: malloc.h,v 1.39 1998/07/12 19:52:01 augustss Exp $ */ /* @@ -290,7 +290,7 @@ "knote", /* 107 M_KNOTE */ \ "crypto data", /* 108 M_CRYPTO_DATA */ \ "SPD info", /* 109 M_IPSEC_POLICY */ \ - "IPsec credentials", /* 110 M_CREDENTIALS */ \ + "IPsec creds", /* 110 M_CREDENTIALS */ \ "packet tags", /* 111 M_PACKET_TAGS */ \ "crypto ops", /* 112 M_CRYPTO_OPS */ \ NULL, NULL, NULL, NULL, \ |