summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mlxcontrol
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2004-10-02 16:42:33 +0000
committerstefanf <stefanf@FreeBSD.org>2004-10-02 16:42:33 +0000
commit9bf235d920bf4a7d9391455d810864b9d84e7054 (patch)
tree109249d7f8c94e84a33a183ebe90b5df23162efc /usr.sbin/mlxcontrol
parent06c0f5f487f14efb2fb16da9a0fc8601fdde3d31 (diff)
downloadFreeBSD-src-9bf235d920bf4a7d9391455d810864b9d84e7054.zip
FreeBSD-src-9bf235d920bf4a7d9391455d810864b9d84e7054.tar.gz
Prefer C99's __func__ over GCC's __FUNCTION__.
Diffstat (limited to 'usr.sbin/mlxcontrol')
-rw-r--r--usr.sbin/mlxcontrol/mlxcontrol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/mlxcontrol/mlxcontrol.h b/usr.sbin/mlxcontrol/mlxcontrol.h
index f0225b5..ab0f2ab 100644
--- a/usr.sbin/mlxcontrol/mlxcontrol.h
+++ b/usr.sbin/mlxcontrol/mlxcontrol.h
@@ -28,7 +28,7 @@
#include <sys/queue.h>
-#define debug(fmt, args...) printf("%s: " fmt "\n", __FUNCTION__ , ##args)
+#define debug(fmt, args...) printf("%s: " fmt "\n", __func__ , ##args)
struct mlxd_foreach_action
{
OpenPOWER on IntegriCloud