Ignore:
Timestamp:
Mar 12, 2008, 9:08:18 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.28a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/smbd/notify_inotify.c

    r39 r124  
    3131#endif
    3232
     33#ifndef HAVE_INOTIFY_INIT
     34
    3335#include <linux/inotify.h>
    3436#include <asm/unistd.h>
    3537
    36 #ifndef HAVE_INOTIFY_INIT
     38
    3739/*
    3840  glibc doesn't define these functions yet (as of March 2006)
     
    5254        return syscall(__NR_inotify_rm_watch, fd, wd);
    5355}
     56#else
     57
     58#include <sys/inotify.h>
     59
    5460#endif
    5561
Note: See TracChangeset for help on using the changeset viewer.