Mercurial > hg > octave-lyh
diff src/utils.cc @ 400:9b12e22758d5
[project @ 1994-04-15 06:56:18 by jwe]
author | jwe |
---|---|
date | Fri, 15 Apr 1994 06:56:18 +0000 |
parents | 9e42358d1f1f |
children | 875977d1f8cf |
line wrap: on
line diff
--- 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 */ }