Displaying 10 results from an estimated 10 matches for "__begin_decls".
Did you mean:
g_begin_decls
2004 Aug 26
6
chan_capi module
...before "__THROW"
/usr/include/time.h:272: error: syntax error before "extern"
In file included from /usr/include/pthread.h:24,
from /usr/include/asterisk/lock.h:17,
from chan_capi.c:14:
/usr/include/signal.h:31: error: syntax error before "__BEGIN_DECLS"
In file included from /usr/include/signal.h:33,
from /usr/include/pthread.h:24,
from /usr/include/asterisk/lock.h:17,
from chan_capi.c:14:
/usr/include/bits/sigset.h:23: error: syntax error before "typedef"
In file included from /us...
2017 Jun 21
2
Dovecot >=2.2.29 + Filesystem quota = incorrect storage information
...structure are valid. */
# define IIF_BGRACE 1
# define IIF_IGRACE 2
# define IIF_FLAGS 4
# define IIF_ALL (IIF_BGRACE | IIF_IGRACE | IIF_FLAGS)
struct dqinfo
{
u_int64_t dqi_bgrace;
u_int64_t dqi_igrace;
u_int32_t dqi_flags;
u_int32_t dqi_valid;
};
#endif
__BEGIN_DECLS
extern int quotactl (int __cmd, const char *__special, int __id,
caddr_t __addr) __THROW;
__END_DECLS
#endif /* sys/quota.h */
*/usr/include/sys/quota.h (from glibc-headers-2.25-2.x86_64) - 5170 bytes*
======================================================================...
2017 Oct 17
0
Dovecot >=2.2.29 + Filesystem quota = incorrect storage information
...F_IGRACE???? 2
> # define IIF_FLAGS????? 4
> # define IIF_ALL??????? (IIF_BGRACE | IIF_IGRACE | IIF_FLAGS)
>
> struct dqinfo
> ? {
> ??? u_int64_t dqi_bgrace;
> ??? u_int64_t dqi_igrace;
> ??? u_int32_t dqi_flags;
> ??? u_int32_t dqi_valid;
> ? };
> #endif
>
> __BEGIN_DECLS
>
> extern int quotactl (int __cmd, const char *__special, int __id,
> ???????????????????? caddr_t __addr) __THROW;
>
> __END_DECLS
>
> #endif /* sys/quota.h */
>
>
>
> */usr/include/sys/quota.h (from glibc-headers-2.25-2.x86_64) - 5170 bytes*
> ================...
2017 Jun 20
2
Dovecot >=2.2.29 + Filesystem quota = incorrect storage information
Hi,
I have problem with quota storage information in dovecot-2.2.29 (and
newer versions, too - 2.2.30.2).
I use FS quota backend.
............................
# 2.2.29.1 (e0b76e3): /etc/dovecot/dovecot.conf
# OS: Linux 4.4.68-1 x86_64
mail_plugins = quota
plugin {
quota = fs:User quota:mount=/poczta:user
quota2 = fs:Group quota:mount=/poczta:group
}
protocol imap {
2004 Nov 30
0
chan_capi compilation problems
...efore "__THROW"
/usr/include/time.h:272: error: syntax error before "extern"
In file included from /usr/include/pthread.h:24,
from /usr/include/asterisk/lock.h:17,
from chan_capi.c:14:
/usr/include/signal.h:31: error: syntax error before "__BEGIN_DECLS"
In file included from /usr/include/signal.h:33,
from /usr/include/pthread.h:24,
from /usr/include/asterisk/lock.h:17,
from chan_capi.c:14:
/usr/include/bits/sigset.h:23: error: syntax error before "typedef"
In file included from...
2001 Jan 23
11
cc & no 64bit int patches
Here are a couple of patches against the CVS (Jan 22 18:41 PST)
Some C++ comments found their way into ssh.h
The no64.patch puts ifdefs around buffer_get_int64()
now in bufaux.[c,h]
--
Tim Rice Multitalents (707) 887-1469
tim at multitalents.net
-------------- next part --------------
--- ssh.h.old Mon Jan 22 18:40:58 2001
+++ ssh.h Mon Jan 22 19:02:02 2001
@@ -25,8 +25,10 @@
# include
1998 Nov 24
1
Missing inet.h and netdb.h for SCO
I tried to compile Samba 2.0 beta with cc under SCO 3.2. I seem to be
missing the inet.h and netdb.h include files. Does anyone know if they are
publicly available?
Steve Grose
Sgrose@cmps.com
Continental Managed Pharmacy Services - www.preferrx.com
Voice - 216-459-2025 Ext. 208
Fax - 216-485-8615
Any opinions expressed are my own and not necessarily those of my employers.
2003 Sep 14
6
chan_capi
Hi chan_capi users,
this thing is awesome, no delays like in modem_i4l!
Plus, it got those nice ISDN features.
Here's my question:
Does my service provider (Deutsche Telekom) have to provide me with
these Services (CD, ECT)?
(the Readme in 0.2.5 says "does not relay on service CD")
I know, that I don't have CFU,CFNR,CFBS (which I would have to order
seperately).
How likely
2002 May 07
0
Re: SAMBA compile errors at XFS kernel.. (fwd)
...dq_itime dq_dqb.dqb_itime
#define dq_btime dq_dqb.dqb_btime
/*
* Flags used for set_info
*/
#define ISET_GRACE 0x01
#define ISET_FLAGS 0x02
#define ISET_ALL 0x03
#define QUOTA_OK 0
#define NO_QUOTA 1
typedef char *dqbuf_t;
#else
# /* nodep */ include <sys/cdefs.h>
__BEGIN_DECLS
long quotactl __P ((int, const char *, qid_t, __kernel_caddr_t));
__END_DECLS
#endif /* __KERNEL__ */
#endif /* _QUOTA_ */
2010 May 20
3
Install eventmachine on Debian Lenny
...from /usr/include/c++/4.3/ios:47,
from /usr/include/c++/4.3/ostream:45,
from /usr/include/c++/4.3/iostream:45,
from project.h:29,
from files.cpp:20:
/usr/include/locale.h: At global scope:
/usr/include/locale.h:32: error: ‘__BEGIN_DECLS’ does not name a type
/usr/include/locale.h:125: error: expected initializer before ‘__THROW’
/usr/include/locale.h:128: error: expected initializer before ‘__THROW’
/usr/include/locale.h:148: error: expected constructor, destructor, or
type conversion before ‘typedef’
/usr/include/locale.h:155: er...