From 09e7220f62c9c149e710e1b8e2f12d584ffbc09b Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Thu, 11 Dec 2003 11:24:44 -0500 Subject: [PATCH] com_err.3: Fix C syntax error pointed out by ESR. --- lib/et/ChangeLog | 4 ++++ lib/et/com_err.3 | 11 ++--------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/lib/et/ChangeLog b/lib/et/ChangeLog index 8fac156..74d6805 100644 --- a/lib/et/ChangeLog +++ b/lib/et/ChangeLog @@ -1,3 +1,7 @@ +2003-12-11 Theodore Ts'o + + * com_err.3: Fix C syntax error pointed out by ESR. + 2003-11-28 Theodore Ts'o * et_c.awk: Add declaration of the Heimdal initialization routine diff --git a/lib/et/com_err.3 b/lib/et/com_err.3 index 6f1c186..5a25f09 100644 --- a/lib/et/com_err.3 +++ b/lib/et/com_err.3 @@ -7,18 +7,11 @@ com_err \- common error display routine .SH SYNOPSIS .nf #include +void (*\fIproc\fR) (const char *, long, const char *, va_list); .PP -void com_err (whoami, code, format, ...); - const char *whoami; - long code; - const char *format; +void com_err (const char *whoami, long code, const char *format, ...); .PP proc = set_com_err_hook (proc); -.fi -void (* -.I proc -) (const char *, long, const char *, va_list); -.nf .PP proc = reset_com_err_hook (); .PP -- 1.8.3.1