faubackup/src faubackup-scatter.c,1.3,1.4
| Newsgroups | gmane.comp.sysutils.backup.faubackup.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/faubackup/faubackup/src In directory sc8-pr-cvs1:/tmp/cvs-serv6765/src Modified Files: faubackup-scatter.c Log Message: fix compilation Index: faubackup-scatter.c =================================================================== RCS file: /cvsroot/faubackup/faubackup/src/faubackup-scatter.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** faubackup-scatter.c 11 Dec 2003 00:09:06 -0000 1.3 --- faubackup-scatter.c 11 Dec 2003 00:21:54 -0000 1.4 *************** *** 366,374 **** } ! static const int SET_OWNER = 1; ! static const int SET_MODE = 2; ! static const int SET_TIME = 4; ! static const int SET_LINK_OWNER = 8; ! static const int SET_ALL = (SET_OWNER | SET_MODE | SET_TIME); /* --- 366,374 ---- } ! #define SET_OWNER (1) ! #define SET_MODE (2) ! #define SET_TIME (4) ! #define SET_LINK_OWNER (8) ! #define SET_ALL (SET_OWNER | SET_MODE | SET_TIME) /* ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/