diff options
-rw-r--r-- | dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -526,7 +526,7 @@ open_dirstream (directory) new->bucket = 0; new->elt = new->contents->files[0]; - return new; + return (__ptr_t) new; } static const char * |
index : gunmake | ||
GNU make with more features of SunOS make | Igor Pashev |
summaryrefslogtreecommitdiff |
-rw-r--r-- | dir.c | 2 |
@@ -526,7 +526,7 @@ open_dirstream (directory) new->bucket = 0; new->elt = new->contents->files[0]; - return new; + return (__ptr_t) new; } static const char * |