diff options
| author | Andriy Gapon <avg@FreeBSD.org> | 2016-11-02 17:47:19 +0000 |
|---|---|---|
| committer | Andriy Gapon <avg@FreeBSD.org> | 2016-11-02 17:47:19 +0000 |
| commit | d8aeed01eb3522626e5ef8f4a3915195487b4c9e (patch) | |
| tree | 15001f467c9ac10596efd8d3d1b8de842d2b9bfe /sys/dev/cpuctl | |
| parent | eb6befba309c5b7cb14606c9ad9caa5ab7b0ac4e (diff) | |
Notes
Diffstat (limited to 'sys/dev/cpuctl')
| -rw-r--r-- | sys/dev/cpuctl/cpuctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cpuctl/cpuctl.c b/sys/dev/cpuctl/cpuctl.c index 64661caea2ab..d801f17cd057 100644 --- a/sys/dev/cpuctl/cpuctl.c +++ b/sys/dev/cpuctl/cpuctl.c @@ -57,7 +57,7 @@ static d_ioctl_t cpuctl_ioctl; #define CPUCTL_VERSION 1 -#ifdef DEBUG +#ifdef CPUCTL_DEBUG # define DPRINTF(format,...) printf(format, __VA_ARGS__); #else # define DPRINTF(...) |
