summaryrefslogtreecommitdiffstats
path: root/Mac/Compat/dirent.h
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-06-02 21:38:19 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-06-02 21:38:19 (GMT)
commit2b44ba5203a45c54caec57695e20ef6cc4c870a2 (patch)
tree1467d4b49f1eb35ccfcb76404c5228af2081d4c7 /Mac/Compat/dirent.h
parenta04b24bf8d7dfd881176427e1140a410e2df6d41 (diff)
downloadcpython-2b44ba5203a45c54caec57695e20ef6cc4c870a2.zip
cpython-2b44ba5203a45c54caec57695e20ef6cc4c870a2.tar.gz
cpython-2b44ba5203a45c54caec57695e20ef6cc4c870a2.tar.bz2
Revived various of the compatability routines and made them Carbon-compliant. This is needed because the initial carbon-python does not use GUSI.
Diffstat (limited to 'Mac/Compat/dirent.h')
-rw-r--r--Mac/Compat/dirent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Compat/dirent.h b/Mac/Compat/dirent.h
index 44cfc5a..7cfe404 100644
--- a/Mac/Compat/dirent.h
+++ b/Mac/Compat/dirent.h
@@ -9,6 +9,7 @@
#define DIR struct _dir
struct _dir {
+ short vrefnum;
long dirid;
int nextfile;
};