X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fmisc%2Fmemset.c;h=5bdff8995030c62bcdf68900298448cfe0dd2359;hb=ebfa4a33ff1d00563689d49d4f548af37b544a1c;hp=a0db560a993ce4edce5e89749f0d378138f3c79d;hpb=4944c86a9318bc5b5578ab145a95c116ffd2c9fd;p=pspp diff --git a/lib/misc/memset.c b/lib/misc/memset.c index a0db560a99..5bdff89950 100644 --- a/lib/misc/memset.c +++ b/lib/misc/memset.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ char * memset (str, c, len)