diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-12-29 14:20:20 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-12-29 14:20:20 +0000 |
commit | 0756f55cb6aae02f236498f76e70eea38f1365c0 (patch) | |
tree | 0b51665ac769417edd6cabda578f5152a6e55de8 /sys | |
parent | e732b523f79346fcb09ab6a7b5a1b7e1698a7f89 (diff) |
Shorten "Direct Rendering Manager" to "DRM" in the malloc memory type
string. Prevents messing with vmstat output.
from brad a while back. "absolutely ok kettenis@ on that one" kettenis@.
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 700f6fd426d..06e0c2ed0ce 100644 --- a/sys/sys/malloc.h +++ b/sys/sys/malloc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: malloc.h,v 1.94 2008/10/18 12:11:30 kettenis Exp $ */ +/* $OpenBSD: malloc.h,v 1.95 2008/12/29 14:20:19 oga Exp $ */ /* $NetBSD: malloc.h,v 1.39 1998/07/12 19:52:01 augustss Exp $ */ /* @@ -316,7 +316,7 @@ "UDF file id", /* 142 M_UDFFID */ \ "Bluetooth HID", /* 143 M_BTHIDEV */ \ "AGP Memory", /* 144 M_AGP */ \ - "Direct Rendering Manager", /* 145 M_DRM */ \ + "DRM", /* 145 M_DRM */ \ } struct kmemstats { |