]> wimlib.net Git - wimlib/blobdiff - src/symlink.c
Fix UNIX build; rename functions; comments
[wimlib] / src / symlink.c
index b0f03f060f35c692b47585609f8e28cc9498b0af..f6a66c24cf07a1ce494102b6efa4621ca97af254 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 /*
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
@@ -167,7 +167,9 @@ static int make_symlink_reparse_data_buf(const char *symlink_target,
 
 /* Get the symlink target from a WIM inode.
  *
- * The inode may be either "real" symlink or a junction point.
+ * The inode may be either a "real" symlink (reparse tag
+ * WIM_IO_REPARSE_TAG_SYMLINK), or it may be a junction point (reparse tag
+ * WIM_IO_REPARSE_TAG_MOUNT_POINT).
  */
 ssize_t inode_readlink(const struct wim_inode *inode, char *buf, size_t buf_len,
                       const WIMStruct *w, int read_resource_flags)