~ubuntu-branches/debian/lenny/ntfs-3g/lenny

« back to all changes in this revision

Viewing changes to libntfs-3g/logging.c

  • Committer: Bazaar Package Importer
  • Author(s): Adam Cécile (Le_Vert)
  • Date: 2007-02-07 09:44:48 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070207094448-2wuco318voubcn95
Tags: 1:0.0.0+20070207-1
New upstream release (RC1 !).

Show diffs side-by-side

added added

removed removed

Lines of Context:
346
346
 
347
347
#ifdef HAVE_SYSLOG_H
348
348
int ntfs_log_handler_syslog(const char *function  __attribute__((unused)),
349
 
        const char *file, __attribute__((unused)) int line, u32 level,
350
 
        void *data __attribute__((unused)), const char *format, va_list args)
 
349
        const char *file, __attribute__((unused)) int line, 
 
350
        u32 level __attribute__((unused)), void *data __attribute__((unused)),
 
351
        const char *format, va_list args)
351
352
{
352
353
        int ret = 0;
353
354
        int olderr = errno;