diff options
author | Roland McGrath <roland@redhat.com> | 1992-10-15 23:11:04 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-10-15 23:11:04 +0000 |
commit | 7db4dd0dbdfbbbbef8ad64bbb88916eeb15fa895 (patch) | |
tree | da77e91ec63da90b02dc66caa692bc4be87f9dbe | |
parent | 348caf16275910c73666b8668587097a6f961268 (diff) | |
download | gunmake-7db4dd0dbdfbbbbef8ad64bbb88916eeb15fa895.tar.gz |
Formerly dir.c.~7~
-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 * |