]> git.pld-linux.org Git - packages/gamin.git/blob - gamin-inotify.patch
- workaround for missing struct ucred in glibc headers (from fedora)
[packages/gamin.git] / gamin-inotify.patch
1 diff -aurN gamin-0.1.5.orig/server/local_inotify_syscalls.h gamin-0.1.5/server/local_inotify_syscalls.h
2 --- gamin-0.1.5.orig/server/local_inotify_syscalls.h    2005-08-09 16:56:43.000000000 +0200
3 +++ gamin-0.1.5/server/local_inotify_syscalls.h 2005-08-14 11:11:38.000000000 +0200
4 @@ -35,7 +35,7 @@
5  # warning "Unsupported architecture"
6  #endif
7  
8 -#if defined(__i386__) || defined(__x86_64) || defined(__alpha__) || defined(__ppc__) || defined(__sparc__) || defined(__powerpc__) || defined(__powerpc64__) || defined(__ia64__) || defined(__s390__)
9 +#if defined(__i386__) || defined(__x86_64__) || defined(__alpha__) || defined(__ppc__) || defined(__sparc__) || defined(__powerpc__) || defined(__powerpc64__) || defined(__ia64__) || defined(__s390__)
10  static inline int inotify_init (void)
11  {
12         return syscall (__NR_inotify_init);
This page took 0.589091 seconds and 3 git commands to generate.