diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1998-09-26 10:48:50 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1998-09-26 10:48:50 +0000 |
| commit | f069bf5a2c90b5bb549f2121caad174e6cc0b78c (patch) | |
| tree | f5e815d7a727329c65b7afd5e44133f6cad56fb5 /lib/libstand/open.c | |
| parent | 7cff8977ca43b149e7efd1d3923fc635b900a867 (diff) | |
Notes
Diffstat (limited to 'lib/libstand/open.c')
| -rw-r--r-- | lib/libstand/open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/open.c b/lib/libstand/open.c index a3df60a02c51..3a9127ccf116 100644 --- a/lib/libstand/open.c +++ b/lib/libstand/open.c @@ -85,7 +85,7 @@ open(const char *fname, int mode) { struct open_file *f; int fd, i, error, besterror; - char *file; + const char *file; if ((fd = o_gethandle()) == -1) { errno = EMFILE; |
