X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=gnu%2Fsavedir.c;h=25bf80896d33f9693653c47d6026e6dd7c11bd4e;hb=daa269958ad8d50ef8154ccb65e58acaf7a6dd99;hp=ada0bdfbf635fe026332410d79ad1fae48d78ef5;hpb=1a44d77d50f4fb37c0410eed04b82303624ea2ec;p=debian%2Ftar diff --git a/gnu/savedir.c b/gnu/savedir.c index ada0bdfb..25bf8089 100644 --- a/gnu/savedir.c +++ b/gnu/savedir.c @@ -2,7 +2,7 @@ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* savedir.c -- save the list of files in a directory in a string - Copyright (C) 1990, 1997-2001, 2003-2006, 2009-2011 Free Software + Copyright (C) 1990, 1997-2001, 2003-2006, 2009-2013 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify @@ -107,7 +107,7 @@ streamsavedir (DIR *dirp) return name_space; } -/* Like savedirstreamp (DIRP), except also close DIRP. */ +/* Like streamsavedir (DIRP), except also close DIRP. */ static char * savedirstream (DIR *dirp)