# HG changeset patch # User jwe # Date 766392978 0 # Node ID 9b12e22758d5f1b636f93fc7c069e60a4224542e # Parent e3228e053d063ce2293ff32faee0009be53c971d [project @ 1994-04-15 06:56:18 by jwe] diff --git a/src/utils.cc b/src/utils.cc --- a/src/utils.cc +++ b/src/utils.cc @@ -23,7 +23,7 @@ /* -The 11 functions listed below were adapted from a similar functions +The 12 functions listed below were adapted from a similar functions from GNU Bash, the Bourne Again SHell, copyright (C) 1987, 1989, 1991 Free Software Foundation, Inc. @@ -101,7 +101,7 @@ LOSE! LOSE! #endif -extern int ioctl (int, int, ...); +extern int ioctl (); char *tilde_expand (char *s); /* From readline's tilde.c */ }