5762894 [rkeene@sledge /home/rkeene/devel/backuppcd/all/backuppcd-200601171056]$ cat -n chown.c
1 #include "chown.h"
2 
3 #ifndef HAVE_CHOWN
4 
5 int chown(const char *path, uint32_t owner, uint32_t group) {
6     return(-1);
7 }
8 
9 #endif
5762895 [rkeene@sledge /home/rkeene/devel/backuppcd/all/backuppcd-200601171056]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2005-08-15 15:01:11