search for: add_uid

Displaying 5 results from an estimated 5 matches for "add_uid".

Did you mean: add_gid
2006 May 04
0
compiling rsync statically
...glibc version used for linking util.o(.text+0x16fa): In function `name_to_uid': /tmp/rsync-2.6.8/util.c:472: warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking uidlist.o(.text+0x775): In function `add_uid': /tmp/rsync-2.6.8/uidlist.c:66: warning: Using 'getpwuid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking socket.o(.text+0x4ba): In function `try_bind_local': /tmp/rsync-2.6.8/socket.c:145: warning: Using 'getad...
2007 Oct 17
3
DO NOT REPLY [Bug 5022] New: FreeBSD 4.11 - Compilation Fails - uidlist.c - gcc2 / gcc3
...d2' uidlist.c: In function `match_gid': uidlist.c:222: structure has no member named `id' uidlist.c:226: structure has no member named `id' uidlist.c:236: structure has no member named `id2' uidlist.c:237: warning: control reaches end of non-void function uidlist.c: In function `add_uid': uidlist.c:249: structure has no member named `id' uidlist.c: In function `add_gid': uidlist.c:267: structure has no member named `id' uidlist.c: In function `send_id_list': uidlist.c:287: structure has no member named `id' uidlist.c:303: structure has no member named `id...
2008 Feb 27
2
DO NOT REPLY [Bug 5287] New: FreeBSD pre10 compilation warnings report
...t' uidlist.c: In function `match_uid': uidlist.c:210: warning: comparison between signed and unsigned uidlist.c: In function `match_gid': uidlist.c:222: warning: comparison between signed and unsigned uidlist.c:226: warning: comparison between signed and unsigned uidlist.c: In function `add_uid': uidlist.c:249: warning: comparison between signed and unsigned uidlist.c: In function `add_gid': uidlist.c:267: warning: comparison between signed and unsigned -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: -------...
2009 Dec 30
7
DO NOT REPLY [Bug 7015] New: Build problems on HP-UX, Tru64 -- alloca, -Wno-unused-parameter
https://bugzilla.samba.org/show_bug.cgi?id=7015 Summary: Build problems on HP-UX, Tru64 -- alloca, -Wno-unused- parameter Product: rsync Version: 3.0.6 Platform: Other OS/Version: Other Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned at samba.org
2003 Oct 18
0
Added functionality --compare-file and --compare-auto
...t argc, char *argv[]); void set_compression(char *fname); void send_token(int f,int token,struct map_struct *buf,OFF_T offset, @@ -232,6 +232,7 @@ int recv_token(int f,char **data); void see_token(char *data, int toklen); int main(int argc, char **argv); +int main(int argc, char **argv); void add_uid(uid_t uid); void add_gid(gid_t gid); void send_uid_list(int f); diff -aur rsync-2.5.6/receiver.c rsync-arh/receiver.c --- rsync-2.5.6/receiver.c Mon Jan 20 23:32:17 2003 +++ rsync-arh/receiver.c Fri Oct 17 09:57:48 2003 @@ -2,6 +2,7 @@ Copyright (C) 1996-2000 by Andrew Tridgell Copyr...