changeset 400:9b12e22758d5

[project @ 1994-04-15 06:56:18 by jwe]
author jwe
date Fri, 15 Apr 1994 06:56:18 +0000
parents e3228e053d06
children 0823483a6277
files src/utils.cc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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 */
 }