summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/win32lib.h
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2012-04-23 13:11:29 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2012-04-23 13:11:29 +0000
commit2a35ad9b628552311ba0e8ff5ab0607bc12ba79c (patch)
tree487493f70edb9093a4081279659abc6fd123f449 /Build/source/texk/kpathsea/win32lib.h
parent060b97c77e91e7a0a6c869256c2fcea9f529776e (diff)
fix a W32 bug
git-svn-id: svn://tug.org/texlive/trunk@26105 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/win32lib.h')
-rw-r--r--Build/source/texk/kpathsea/win32lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/win32lib.h b/Build/source/texk/kpathsea/win32lib.h
index 8aac50c8592..a91c9eb85e8 100644
--- a/Build/source/texk/kpathsea/win32lib.h
+++ b/Build/source/texk/kpathsea/win32lib.h
@@ -250,7 +250,7 @@
extern KPSEDLL FILE *kpathsea_win32_popen (kpathsea kpse, const char *cmd, const char *mode);
extern KPSEDLL int kpathsea_win32_pclose (kpathsea kpse, FILE *f);
extern KPSEDLL struct passwd *kpathsea_getpwnam (kpathsea kpse, char *name);
-extern KPSEDLL int kpathsea_win32_system(kpathsea kpse, const char *cmd);
+extern KPSEDLL int win32_system(const char *cmd);
#if defined (KPSE_COMPAT_API)
extern KPSEDLL struct passwd *getpwnam (char *name);