X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fmisc%2Fmemset.c;h=5bdff8995030c62bcdf68900298448cfe0dd2359;hb=4fdeb2145d081ff1b84e3f6c99f9d1c048c0d64a;hp=a0db560a993ce4edce5e89749f0d378138f3c79d;hpb=fad826ff86720f76220b05e00dc7dfa46e418859;p=pspp-builds.git diff --git a/lib/misc/memset.c b/lib/misc/memset.c index a0db560a..5bdff899 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)