summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-05-13 15:38:59 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-05-13 15:38:59 +0000
commitd9ba81d009ea7f002ad4ea20a2b0da22663b49b9 (patch)
treeca1695c535f6f9e12b4a034a0fd97ca73b63cd5f /sys
parent2ea5c6262594118b6290fa956530eb2743f1126a (diff)
minor knf.
Diffstat (limited to 'sys')
-rw-r--r--sys/ddb/db_sym.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/ddb/db_sym.c b/sys/ddb/db_sym.c
index d83247cd65c..fb8590696f8 100644
--- a/sys/ddb/db_sym.c
+++ b/sys/ddb/db_sym.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_sym.c,v 1.25 2002/03/14 01:26:51 millert Exp $ */
+/* $OpenBSD: db_sym.c,v 1.26 2002/05/13 15:38:58 art Exp $ */
/* $NetBSD: db_sym.c,v 1.24 2000/08/11 22:50:47 tv Exp $ */
/*
@@ -571,13 +571,13 @@ db_printsym(off, strategy)
boolean_t
-db_line_at_pc( sym, filename, linenum, pc)
+db_line_at_pc(sym, filename, linenum, pc)
db_sym_t sym;
char **filename;
int *linenum;
db_expr_t pc;
{
- return X_db_line_at_pc( db_last_symtab, sym, filename, linenum, pc);
+ return X_db_line_at_pc(db_last_symtab, sym, filename, linenum, pc);
}
int