1 --- libgamin/gam_fork.h.orig	2007-07-04 06:36:48.000000000 -0700
2 +++ libgamin/gam_fork.h	2013-02-16 20:38:00.328594608 -0800
3 @@ -32,6 +32,9 @@
4  #endif
5 
6  int		gamin_fork_server	(const char *fam_client_id);
7 +#ifdef RUN_AS_EUID
8 +int		gamin_drop_privileges	(int to_uid, int to_gid);
9 +#endif
10 
11  #ifdef __cplusplus
12  }
13