aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/input.h')
-rw-r--r--bin/sh/input.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/sh/input.h b/bin/sh/input.h
index 71046b9731c3..8cf4df1e4044 100644
--- a/bin/sh/input.h
+++ b/bin/sh/input.h
@@ -28,9 +28,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * @(#)input.h 8.2 (Berkeley) 5/4/95
- * $FreeBSD$
*/
/* PEOF (the end of file marker) is defined in syntax.h */
@@ -53,7 +50,7 @@ int preadbuffer(void);
int preadateof(void);
void pungetc(void);
void pushstring(const char *, int, struct alias *);
-void setinputfile(const char *, int);
+void setinputfile(const char *, int, int);
void setinputfd(int, int);
void setinputstring(const char *, int);
void popfile(void);