X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fmkfile.c;h=b8a8aa3bb6a71bc48c134b8bd59ad69a032aa175;hb=3fb611d221aa070458c81c6ca8b1c78fbad9a0ab;hp=19822f521e2e8dcd1adddf40b49104db3ff496ae;hpb=2c4c4a789e9c23478bce195d2ed98bab6064dfc1;p=pspp diff --git a/src/mkfile.c b/src/mkfile.c index 19822f521e..b8a8aa3bb6 100644 --- a/src/mkfile.c +++ b/src/mkfile.c @@ -14,8 +14,8 @@ 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. */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ #include #include @@ -23,11 +23,13 @@ #include #include #include - #include "mkfile.h" #include "error.h" #include "alloc.h" +#include "gettext.h" +#define _(msgid) gettext (msgid) + /* Creates a temporary file and stores its name in *FILENAME and a file descriptor for it in *FD. Returns success. Caller is responsible for freeing *FILENAME. */