Package: yp-svipc / 0.16-2

kfreebsd Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: Remove prototype now included in sem.h
Author: Thibaut Paumard <thibaut@debian.org>
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750812
Forwarded: no
Last-Update: 2014-06-07
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: yp-svipc-0.15/common/svipc_misc.h
===================================================================
--- yp-svipc-0.15.orig/common/svipc_misc.h
+++ yp-svipc-0.15/common/svipc_misc.h
@@ -34,8 +34,8 @@ extern "C" {
 
 	// quantum of time in microseconds to sleep between timedop tries.
 #define SVIPC_USLEEP_QUANTUM 1e3	// 1 ms. fine for scripting
-	int semtimedop(int semid, struct sembuf *sops, size_t nsops,
-		       struct timespec *timeout);
+//	int semtimedop(int semid, struct sembuf *sops, size_t nsops,
+//		       struct timespec *timeout);
 #endif
 
 /*******************************************************************