search for: 35c35

Displaying 9 results from an estimated 9 matches for "35c35".

Did you mean: 3535
2005 Mar 21
1
ASTCC: perl / mysql or me???
...otally blind, .... I hang on one line now. I changed: vpbx:/var/lib/asterisk/agi-bin # diff astcc-original.agi astcc.agi 22c22 < # exten => _00XXXXXXXXX,1,DeadAGI(astcc.agi,${CALLERIDNUM},${EXTEN}) --- > # exten => _00XXXXXXXXX,1,DeadAGI(astcc.agi,${CALLERIDNUM},${TARIFF},${EXTEN}) 35c35 < # exten => _00XXXXXXXXX,1,DeadAGI(astcc.agi,${CALLERIDNUM},BALANCE,1) --- > # exten => _00XXXXXXXXX,1,DeadAGI(astcc.agi,${CALLERIDNUM},BALANCE,'',1) 273,274c273,276 I added one parameter ${TARIFF} < my ($number) = @_; < my $sth = $dbh->prepare("SE...
2003 Sep 18
1
compille errors on AIX 5.1ML04 and AIX 4.3.3ML10
...sed: gcc-2.9.aix51.020209-3 configure: ./configure --with-default-path=/usr/local/bin:/usr/bin:/bin --sysconfdir=/etc/openssh --with-pid-dir=/etc/openssh -- with-xauth=/usr/bin/X11/xauth --prefix=/usr/local I applied the following patch [root at bedsd188:/home/root/build/openssh] cat aix.patch 35c35 < # include <sys/audit.h> --- > //# include <sys/audit.h> [root at bedsd188:/home/root/build/openssh] and now it compilles fine can somebody look whats going wrong with including audit.h ? gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.. -I. -I./.. -I/usr...
2004 Jul 21
0
[LLVMdev] GC questions.
...========================================================== RCS file: /var/cvs/llvm/llvm/test/Regression/CodeGen/Generic/GC/alloc_loop.ll,v retrieving revision 1.2 diff -r1.2 alloc_loop.ll 7c7 < declare void %llvm.gcwrite(sbyte*, sbyte**) --- > declare void %llvm.gcwrite(sbyte*, sbyte**, uint) 35c35 < call void %llvm.gcwrite(sbyte* %A.1, sbyte** %B.1) --- > call void %llvm.gcwrite(sbyte* %A.1, sbyte** %B.1, uint 0)
2004 Jul 21
2
[LLVMdev] GC questions.
On Wed, 21 Jul 2004, Tobias Nurmiranta wrote: > > Hi, I'm thinking out loud, please give me some feedback. > > Regarding llvm.gcread and llvm.gcwrite, wouldn't it be nicer if they are > implemented as: > > llvm.gcread(sbyte** object, uint offset) > llvm.gcwrite(sbyte* data, sbyte** object, uint offset) > > Where you also have the offset into the object. In
2007 Jun 18
2
LSUB/SUBSCRIBE under namespaces
Hi folks. Here's our situation: Migrating from UW-IMAP. Have lots (as in, tens of thousands) of clients set up using '~/mail' as the IMAP root, and using subscriptions. Dovecot mail_location is using '~' for mbox storage. We've disabled full filesystem access in Dovecot in order to use ACLs for shared folders. Hence we have a hidden namespace for backwards
2004 Jul 21
0
[LLVMdev] GC questions.
Ok, that makes sense :). , Tobias On Wed, 21 Jul 2004, Chris Lattner wrote: > On Wed, 21 Jul 2004, Tobias Nurmiranta wrote: > > > void *llvm_gc_read(void *ObjPtr, void **FieldPtr) { > > > return *FieldPtr; > > > } > > > > Hm, but doesn't FieldPtr need to be calculated target-specific in those > > cases? > > For the field pointer, one
2004 Jul 21
2
[LLVMdev] GC questions.
On Wed, 21 Jul 2004, Tobias Nurmiranta wrote: > > void *llvm_gc_read(void *ObjPtr, void **FieldPtr) { > > return *FieldPtr; > > } > > Hm, but doesn't FieldPtr need to be calculated target-specific in those > cases? For the field pointer, one could use the getelementptr instruction: %pairty = { sbyte, sbyte, int* } %pairPtr = ... %fieldptr = getelementptr
2004 Jul 22
2
[LLVMdev] GC questions.
...======================================================== RCS file: /var/cvs/llvm/llvm/test/Regression/CodeGen/Generic/GC/alloc_loop.ll,v retrieving revision 1.2 diff -r1.2 alloc_loop.ll 7c7 < declare void %llvm.gcwrite(sbyte*, sbyte**) --- > declare void %llvm.gcwrite(sbyte*, sbyte*, sbyte**) 35c35 < call void %llvm.gcwrite(sbyte* %A.1, sbyte** %B.1) --- > call void %llvm.gcwrite(sbyte* %A.1, sbyte* %B, sbyte** %B.1) -------------- next part -------------- 30d29 < #include <iostream> 37c36 < Function *GCRootInt, *GCRootValueInt, *GCReadInt, *GCWriteInt; --- > Fu...
2014 Aug 30
4
I want a Fedora 20 system to be a member server and offer a share in a Windows 2008R2 Active Directory domain
I'm close to making this work. The goal is to make this Fedora 20 system pretend to be a Windows member server in my Windows 2008R2 Active Directory domain and then I'll use it as a backup target. When I run ADUC from my domain controller, I see my F20 system named nfsa. But from Windows, when I do Start...\\nfsa, I get an Access Denied error and it prompts for credentials. When I do