search for: ino64_t

Displaying 20 results from an estimated 32 matches for "ino64_t".

Did you mean: ino64
2003 Mar 12
1
patch: typo's and gcc warnings
Two patches: one to correct the spelling of permissions (in comments, but such typos disturb me as well), and one to cast inode and dev to unsigned long before comparing, to prevent gcc giving a warning "comparison between signed and unsigned". Paul Slootman -------------- next part -------------- diff -ru orig/rsync-2.5.6/generator.c rsync-2.5.6/generator.c ---
2004 Apr 05
1
Error trying to compile 2.6.0 on Solaris 9 Sparc with gcc 3.2
...---------- The machine is a Sun Sparc Ultra 250. here is the "uname -a" output: SunOS suntst-2 5.9 Generic_112233-06 sun4u sparc SUNW,Ultra-250 I got the same error trying to compile rsync 2.6.1pre1. The first line on source-code which causes the error, line 371 of rsync.h, is a "INO64_T inode;" field inside the file_struct definition. Any help/advice will be very appreciated. Thanks in advance, Marcio d'Avila Systems and database administrator Brazil
2002 Jan 29
0
Rsync 2.5.2 doesn't compile on several platforms
...1.1.2. - Dave Dykstra On Fri, Jan 25, 2002 at 03:00:24PM -0800, Martin Pool wrote: > > Date: Fri Jan 25 15:00:21 2002 > Author: mbp > > Update of /data/cvs/rsync > In directory va:/tmp/cvs-serv24773 > > Modified Files: > rsync.h > Log Message: > DEV64_t and INO64_T should probably be unsigned > > > Revisions: > rsync.h 1.120 => 1.121 > http://www.samba.org/cgi-bin/cvsweb/rsync/rsync.h?r1=1.120&r2=1.121
2002 Feb 06
1
2.5.2 will not compile
Trying to compile rsync 2.5.2 after "./configure --prefix=/usr" I get the following make errors: gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c rsync.c -o rsync.o In file included from rsync.c:23: rsync.h:339: warning: no semicolon at end of struct or union rsync.h:339: parse error before `inode' rsync.h:341: parse error before `dev' rsync.h:341: warning: type
2002 Dec 25
1
Trouble installing samba
...d libraries... -shared > checking compiler flags for position-independent code... > checking for long long... no > checking for LL suffix on long long integers... yes > checking for 64 bit off_t... no > checking for off64_t... no > checking for 64 bit ino_t... no > checking for ino64_t... no > checking for dev64_t... no > checking for struct dirent64... yes > checking for major macro... no > checking for minor macro... no > checking for makedev macro... no > checking for unsigned char... no > checking for sin_len in sock... no > checking whether seekdir re...
1999 Oct 26
0
Solaris 7 not compiling HEAD code
...ached) no checking for getprpwnam in -lsecurity... no checking for getprpwnam... no checking for getprpwnam... (cached) no checking whether gcc accepts -fpic... yes checking for long long... yes checking for 64 bit off_t... no checking for off64_t... yes checking for 64 bit ino_t... no checking for ino64_t... yes checking for union semun... no checking for unsigned char... no checking for sin_len in sock... no checking whether seekdir returns void... yes checking for __FILE__ macro... yes checking for __FUNCTION__ macro... yes checking if gettimeofday takes tz argument... yes checking for broken read...
2001 Nov 07
1
Configuring 2.2.2 (or 2.0.7) on Digital Unix 4.0f fails - "No locking"
...checking for getprpwnam... yes checking for getprpwnam... (cached) yes checking whether gcc accepts -fpic... yes checking for long long... yes checking for LL suffix on long long integers... yes checking for 64 bit off_t... yes checking for off64_t... no checking for 64 bit ino_t... no checking for ino64_t... no checking for struct dirent64... no checking for unsigned char... no checking for sin_len in sock... no checking whether seekdir returns void... no checking for __FILE__ macro... yes checking for __FUNCTION__ macro... yes checking if gettimeofday takes tz argument... yes checking for C99 vsnpr...
2002 Oct 21
1
compilation probs...
...rue checking linker flags for shared libraries... -shared checking compiler flags for position-independent code... checking for long long... no checking for LL suffix on long long integers... yes checking for 64 bit off_t... no checking for off64_t... no checking for 64 bit ino_t... no checking for ino64_t... no checking for dev64_t... no checking for struct dirent64... yes checking for major macro... no checking for minor macro... no checking for makedev macro... no checking for unsigned char... no checking for sin_len in sock... no checking whether seekdir returns void... yes checking for __FILE__...
2002 Oct 29
1
Problem running ./configure
...rue checking linker flags for shared libraries... -shared checking compiler flags for position-independent code... checking for long long... no checking for LL suffix on long long integers... yes checking for 64 bit off_t... no checking for off64_t... no checking for 64 bit ino_t... no checking for ino64_t... no checking for dev64_t... no checking for struct dirent64... yes checking for major macro... no checking for minor macro... no checking for makedev macro... no checking for unsigned char... no checking for sin_len in sock... no checking whether seekdir returns void... yes checking for __FILE__...
2003 Jun 02
2
./configure --with-pam fails allways
...king compiler flags for position-independent code configure:9051: checking for long long configure:9092: checking for LL suffix on long long integers configure:9127: checking for 64 bit off_t configure:9165: checking for off64_t configure:9207: checking for 64 bit ino_t configure:9245: checking for ino64_t configure:9287: checking for dev64_t configure:9329: checking for struct dirent64 configure:9368: checking for major macro configure:9409: checking for minor macro configure:9450: checking for makedev macro configure:9491: checking for unsigned char configure:9528: checking for sin_len in sock conf...
2002 Nov 21
0
please can someone help me?
...ng whether cc accepts -fpic... no checking whether cc accepts -KPIC... no checking whether cc accepts -Kpic... no checking for long long... yes checking for LL suffix on long long integers... yes checking for 64 bit off_t... no checking for off64_t... no checking for 64 bit ino_t... no checking for ino64_t... no checking for dev64_t... no checking for struct dirent64... no checking for major macro... no checking for minor macro... no checking for makedev macro... no checking for unsigned char... no checking for sin_len in sock... no checking whether seekdir returns void... no checking for __FILE__ ma...
2002 Jul 26
1
creating unicode_map.437 and unicode_map.ISO8859-1?
Hello, I am running HP-UX 11 with Samba 2.2.5 binaries for HPUX and I keep getting the error that Samba can't find the unicode_map.xxx file. Well, I notice that all I have in /usr/local/samba/lib/codepages is codepage type files, not unicode. Why do the binaries not include a compiled make_unicodemap? I did download the source and found the .c file for the command. When I try to run
2004 Dec 13
0
samba4 configure error
...red libraries... -G checking compiler flags for position-independent code... checking whether building shared libraries actually works... yes checking for LL suffix on long long integers... yes checking for 64 bit off_t... no checking for off64_t... yes checking for 64 bit ino_t... no checking for ino64_t... yes checking for dev64_t... no checking for struct dirent64... yes checking for major macro... no checking for minor macro... no checking for unsigned char... no checking for sin_len in sock... no checking whether seekdir returns void... yes checking for __FUNCTION__ macro... yes checking if get...
2002 Oct 11
0
[Fwd: samba-2.2.5 in Tru64 unix v4.0e]
.... -shared checking compiler flags for position-independent code... checking for long long... (cached) yes checking for LL suffix on long long integers... (cached) yes checking for 64 bit off_t... (cached) yes checking for off64_t... (cached) no checking for 64 bit ino_t... (cached) no checking for ino64_t... (cached) no checking for dev64_t... (cached) no checking for struct dirent64... (cached) no checking for major macro... (cached) yes checking for minor macro... (cached) yes checking for makedev macro... (cached) yes checking for unsigned char... (cached) no checking for sin_len in sock... (cach...
2001 Jan 26
10
Please Help
I've downloaded the binary Samba 2.0.7 for AIX. I have no idea how to install this critter. Can anyone walk me thru this step by step? I think once i have it running, I'll be able to configure it based on the info at samba.org. It's just getting it running that troubles me. I have some experience with *nix, but not with compliling (sorry, no C compliler on system) and installing
2003 Jun 25
3
patch draft for extended attributes on linux
...* macros. */ - rprintf(f, " %sIPv6, %d-bit system inums, %d-bit internal inums\n", - ipv6, + rprintf(f, " %sxattrs, %sIPv6, %d-bit system inums, %d-bit internal inums\n", + xattrs, ipv6, (int) (sizeof(dumstat->st_ino) * 8), (int) (sizeof(INO64_T) * 8)); #ifdef MAINTAINER_MODE @@ -270,6 +276,7 @@ void usage(enum logcode F) rprintf(F," --bwlimit=KBPS limit I/O bandwidth, KBytes per second\n"); rprintf(F," --write-batch=PREFIX write batch fileset starting with PREFIX\n"); rprintf(F,"...
2004 Mar 10
4
HFS+ resource forks: WIP patch included
...n between largefile feature * macros. */ - rprintf(f, " %sIPv6, %d-bit system inums, %d-bit internal inums\n", + rprintf(f, " %sIPv6, %d-bit system inums, %d-bit internal inums,\n", ipv6, (int) (sizeof(dumstat->st_ino) * 8), (int) (sizeof(INO64_T) * 8)); + rprintf(f, " HFS+ (Mac OS X) resource forks\n"); #ifdef MAINTAINER_MODE rprintf(f, " panic action: \"%s\"\n", get_panic_action()); @@ -277,6 +279,7 @@ rprintf(F," --stats give some file transfer stat...
2002 Jul 01
5
./configure --with-pam
.... -shared checking compiler flags for position-independent code... checking for long long... (cached) yes checking for LL suffix on long long integers... (cached) yes checking for 64 bit off_t... (cached) yes checking for off64_t... (cached) no checking for 64 bit ino_t... (cached) yes checking for ino64_t... (cached) no checking for dev64_t... (cached) no checking for struct dirent64... (cached) yes checking for major macro... (cached) yes checking for minor macro... (cached) yes checking for makedev macro... (cached) yes checking for unsigned char... (cached) no checking for sin_len in sock... (cac...
2004 Feb 06
4
memory reduction
...bp += idev_len; + if (idev_len && flist->hlink_pool) { + file->link_u.idev = pool_talloc(flist->hlink_pool, + struct idev, 1, "inode_table"); } #endif @@ -668,15 +668,19 @@ void receive_file_entry(struct file_stru #if SUPPORT_HARD_LINKS if (idev_len) { + INO64_T inode; if (protocol_version < 26) { dev = read_int(f); - file->F_INODE = read_int(f); + inode = read_int(f); } else { if (!(flags & XMIT_SAME_DEV)) dev = read_longint(f); - file->F_INODE = read_longint(f); + inode = read_longint(f); + } + if (flist->hlin...
2004 Jan 15
2
Installation Problem !!!
...ompiler flags for position-independent code... checking whether building shared libraries actually works... yes checking for long long... yes checking for LL suffix on long long integers... yes checking for 64 bit off_t... yes checking for off64_t... no checking for 64 bit ino_t... yes checking for ino64_t... no checking for dev64_t... no checking for struct dirent64... yes checking for major macro... yes checking for minor macro... yes checking for unsigned char... no checking for sin_len in sock... no checking whether seekdir returns void... yes checking for __FUNCTION__ macro... yes checking if ge...