History log of /src/tools/compat/lchmod.c |
Revision | | Date | Author | Comments |
1.4 |
| 28-Apr-2008 |
martin | Remove clause 3 and 4 from TNF licenses
|
1.3 |
| 27-Oct-2003 |
lukem | branches: 1.3.4; 1.3.32; Overhaul how `build.sh tools' are used:
* Rename "config.h" to "nbtool_config.h" and HAVE_CONFIG_H to HAVE_NBTOOL_CONFIG_H. This makes in more obvious in the source when we're using tools/compat/config.h versus "standard autoconf" config.h
* Consistently move the inclusion of nbtool_config.h to before <sys/cdefs.h> so that the former can provide __RCSID() (et al), and there's no need to protect those macros any more.
These changes should make it easier to "tool-ify" a program by adding: #if HAVE_NBTOOL_CONFIG_H #include "nbtool_config.h" #endif to the top of the source files (for the general case).
|
1.2 |
| 19-Mar-2003 |
grant | if target is not a symlink, silently succeed rather than failing with EINVAL.
on systems which don't have lch{flags,own,mod}, flags, ownership and modes of symlinks is meaningless, anyway.
ok'd by christos.
|
1.1 |
| 08-Oct-2002 |
lukem | Implement replacements for lchflags(), lchmod(), and lchown(), which first lstat(2) the target and return EINVAL if it's a symlink, and then call ch{flags,mod,own} as appropriate. Removes the need for hokey code inside the tools themselves...
|
1.3.32.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.3.4.2 |
| 12-Jul-2004 |
he | Pull up revisions 1.1-1.2 (new, requested by ticket #1719): Implement replacements for lchflags(), lchmod(), and lchown(), to enable cross-building on more host systems.
|
1.3.4.1 |
| 27-Oct-2003 |
he | file lchmod.c was added on branch netbsd-1-6 on 2004-07-12 21:09:32 +0000
|