summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/types.h
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2013-01-28 15:08:54 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2013-01-28 15:08:54 +0000
commit6eb4e4fd92e16d8e86fe34efa288c39269e91269 (patch)
treeed7755e0b4956d2dc4e0c4ec9a827f5744fb26cd /Build/source/texk/kpathsea/types.h
parent514749b8e48e8f9dbf83252adb1cbd0b9335c016 (diff)
Simplify win32_popen.
git-svn-id: svn://tug.org/texlive/trunk@28966 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/types.h')
-rw-r--r--Build/source/texk/kpathsea/types.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/Build/source/texk/kpathsea/types.h b/Build/source/texk/kpathsea/types.h
index ff64319ba9e..b28cc8d28c8 100644
--- a/Build/source/texk/kpathsea/types.h
+++ b/Build/source/texk/kpathsea/types.h
@@ -221,12 +221,6 @@ struct passwd {
char *pw_dir;
char *pw_shell;
};
-
-struct _popen_elt {
- FILE *f; /* File stream returned */
- void *hp; /* Handle of associated process */
- struct _popen_elt *next; /* Next list element */
-};
#endif /* WIN32 && !__MINGW32 */
typedef struct kpathsea_instance *kpathsea;
@@ -298,8 +292,6 @@ typedef struct kpathsea_instance {
#endif /* WIN32 || __CYGWIN__ */
#if defined(WIN32) && !defined(__MINGW32__)
- struct _popen_elt _z_p_open;
- struct _popen_elt *_popen_list;
char the_passwd_name[256];
char the_passwd_passwd[256];
char the_passwd_gecos[256];