diff options
| author | Jilles Tjoelker <jilles@FreeBSD.org> | 2009-12-24 18:41:14 +0000 |
|---|---|---|
| committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2009-12-24 18:41:14 +0000 |
| commit | 2cac6e364a22fbb88eff4a1d36a09fef0064b421 (patch) | |
| tree | 3810323287749c3a09fadeeed64429a5bf2fbb4d /bin/sh/input.h | |
| parent | b4c170e1f58feb50951b5453cfba4007a3ee18ff (diff) | |
Notes
Diffstat (limited to 'bin/sh/input.h')
| -rw-r--r-- | bin/sh/input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/input.h b/bin/sh/input.h index 067d01197887b..abbb2ce5fc59e 100644 --- a/bin/sh/input.h +++ b/bin/sh/input.h @@ -54,7 +54,7 @@ int preadateof(void); void pungetc(void); void pushstring(char *, int, void *); void popstring(void); -void setinputfile(char *, int); +void setinputfile(const char *, int); void setinputfd(int, int); void setinputstring(char *, int); void popfile(void); |
