diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-05-20 00:09:58 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-05-20 00:09:58 +0000 |
commit | 4699e2240cf7ae2d2ebc346b562551d5811fd23b (patch) | |
tree | b68b512c853fd560da8ab60192da0c3c62f32fa2 /sys | |
parent | 019e900eb3a9936e922d4af343bf62ee2ffddfde (diff) |
Rename entry so it fits in the vmstat -m output.
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, \ |