diff options
Diffstat (limited to 'sys/ddb/db_sym.c')
-rw-r--r-- | sys/ddb/db_sym.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_sym.c b/sys/ddb/db_sym.c index f8628be..7a83f7c 100644 --- a/sys/ddb/db_sym.c +++ b/sys/ddb/db_sym.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id$ + * $Id: db_sym.c,v 1.18 1997/02/22 09:28:29 peter Exp $ */ /* @@ -102,7 +102,7 @@ boolean_t db_eqname(src, dst, c) char *src; char *dst; - char c; + int c; { if (!strcmp(src, dst)) return (TRUE); |