[BACK]Return to refuse_opt.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / librefuse

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/librefuse/refuse_opt.c between version 1.13 and 1.14

version 1.13, 2007/11/05 13:41:52 version 1.14, 2009/01/19 09:56:06
Line 115  struct fuse_args *
Line 115  struct fuse_args *
 fuse_opt_deep_copy_args(int argc, char **argv)  fuse_opt_deep_copy_args(int argc, char **argv)
 {  {
         struct fuse_args        *ap;          struct fuse_args        *ap;
         size_t                   i;          int                      i;
   
         if ((ap = malloc(sizeof(*ap))) == NULL)          if ((ap = malloc(sizeof(*ap))) == NULL)
                 err(1, "_fuse_deep_copy_args");                  err(1, "_fuse_deep_copy_args");

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

CVSweb <webmaster@jp.NetBSD.org>