faubackup/src faubackup-gather.c,1.8,1.9
Martin Waitz <[email protected]> Fri, 06 Aug 2004 08:07:46 +0000
| Newsgroups | gmane.comp.sysutils.backup.faubackup.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/faubackup/faubackup/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12365/src
Modified Files:
faubackup-gather.c
Log Message:
remove unneeded check. thanks erik for noticing
Index: faubackup-gather.c
===================================================================
RCS file: /cvsroot/faubackup/faubackup/src/faubackup-gather.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** faubackup-gather.c 29 Mar 2004 00:32:51 -0000 1.8
--- faubackup-gather.c 6 Aug 2004 08:07:44 -0000 1.9
***************
*** 247,258 ****
struct stat st;
- ret = stat(".", &st);
- if( ret < 0) {
- fprintf(stderr, "%s: stat(\".\", &st): %s\n",
- progname, strerror(errno));
- error++;
- exit( 1 );
- }
-
ret = lstat( path, &st );
if( ret < 0) {
--- 247,250 ----
-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com