mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Don't conflict with the DEBUG define.
This commit is contained in:
parent
b8874ce66e
commit
19d61f3f27
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155605
@ -1056,7 +1056,7 @@ ipmi_detach(device_t dev)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
#ifdef IMPI_DEBUG
|
||||
static void
|
||||
dump_buf(u_char *data, int len){
|
||||
char buf[20];
|
||||
|
Loading…
Reference in New Issue
Block a user