From 5138e1f74aa5311a8b3fdf14d312ba1cb7caa248 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Tue, 29 Jan 2008 09:36:38 +0000 Subject: [PATCH] - drop conflicting prototypes Changed files: samba-cap.patch -> 1.3 --- samba-cap.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 samba-cap.patch diff --git a/samba-cap.patch b/samba-cap.patch new file mode 100644 index 0000000..1056823 --- /dev/null +++ b/samba-cap.patch @@ -0,0 +1,14 @@ +--- samba/source/smbd/oplock_linux.c.org 2008-01-29 10:29:45.433133448 +0100 ++++ samba/source/smbd/oplock_linux.c 2008-01-29 10:30:10.751085239 +0100 +@@ -34,11 +34,6 @@ + uint32 inheritable; + } data; + +-extern int capget(struct cap_user_header * hdrp, +- struct cap_user_data * datap); +-extern int capset(struct cap_user_header * hdrp, +- const struct cap_user_data * datap); +- + static SIG_ATOMIC_T signals_received; + #define FD_PENDING_SIZE 100 + static SIG_ATOMIC_T fd_pending_array[FD_PENDING_SIZE]; -- 2.44.0