]> git.pld-linux.org Git - packages/gamin.git/blame - gamin-inotify.patch
- workaround for missing struct ucred in glibc headers (from fedora)
[packages/gamin.git] / gamin-inotify.patch
CommitLineData
a4bdada5 1diff -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 @@
291661aa
AM
5 # warning "Unsupported architecture"
6 #endif
7
a4bdada5 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__)
291661aa
AM
10 static inline int inotify_init (void)
11 {
12 return syscall (__NR_inotify_init);
This page took 0.036794 seconds and 4 git commands to generate.