diff options
author | Sergei Golubchik <sergii@pisem.net> | 2011-10-19 22:50:45 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2011-10-19 22:50:45 +0200 |
commit | 42b8235788f7556fef1295dc281a29da4afe0f7d (patch) | |
tree | d3eff679ca6e85c187aa26218c78e89e3e4710d3 /plugin | |
parent | 533d274c03fe424dacfb9e119ea5f98799373b73 (diff) | |
download | mariadb-git-42b8235788f7556fef1295dc281a29da4afe0f7d.tar.gz |
cleanups
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/auth_socket/auth_socket.c | 2 |
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> |