~roger-booth/mysql-proxy/laminator

« back to all changes in this revision

Viewing changes to src/chassis-filemode.c

  • Committer: jan at mysql
  • Date: 2009-12-10 17:24:36 UTC
  • Revision ID: jan@mysql.com-20091210172436-z3t95lv6b2v6cl3q
include the header to make sure the function is exported correctly on windows:

  chassis.obj : error LNK2019: unresolved external symbol __imp__chassis_filemode_check referenced in function _main_cmdline

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include <gmodule.h>
25
25
 
 
26
#include "chassis-filemode.h"
 
27
 
26
28
/*
27
29
 * check whether the given filename points to a file the permissions
28
30
 * of which are 0 for group and other (ie read/writable only by owner).