[BACK]Return to util.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / distrib / utils / sysinst

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

Diff for /src/distrib/utils/sysinst/Attic/util.c between version 1.86 and 1.87

version 1.86, 2003/02/20 12:02:56 version 1.87, 2003/02/20 22:21:25
Line 576  cleanup_dist(name)
Line 576  cleanup_dist(name)
 {  {
         char file_path[MAXPATHLEN];          char file_path[MAXPATHLEN];
         char file_name[MAXPATHLEN];          char file_name[MAXPATHLEN];
         char *file_prefix;          const char *file_prefix;
         FILE *list_file;          FILE *list_file;
         struct filelist *head = NULL;          struct filelist *head = NULL;
         struct filelist *current;          struct filelist *current;

Legend:
Removed from v.1.86  
changed lines
  Added in v.1.87

CVSweb <webmaster@jp.NetBSD.org>