summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2011-10-19 22:50:45 +0200
committerSergei Golubchik <sergii@pisem.net>2011-10-19 22:50:45 +0200
commit42b8235788f7556fef1295dc281a29da4afe0f7d (patch)
treed3eff679ca6e85c187aa26218c78e89e3e4710d3 /plugin
parent533d274c03fe424dacfb9e119ea5f98799373b73 (diff)
downloadmariadb-git-42b8235788f7556fef1295dc281a29da4afe0f7d.tar.gz
cleanups
Diffstat (limited to 'plugin')
-rw-r--r--plugin/auth_socket/auth_socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/auth_socket/auth_socket.c b/plugin/auth_socket/auth_socket.c
index 00e86bb25cf..2aa4a0794ea 100644
--- a/plugin/auth_socket/auth_socket.c
+++ b/plugin/auth_socket/auth_socket.c
@@ -24,7 +24,7 @@
the owner of the client process matches the user name that was used when
connecting to mysqld.
*/
-#define _GNU_SOURCE /* for struct ucred */
+#define _GNU_SOURCE 1 /* for struct ucred */
#include <mysql/plugin_auth.h>
#include <sys/socket.h>