From: Jim Meyering Date: Sat, 11 Nov 1995 03:28:38 +0000 (+0000) Subject: Add __P in dcl of format_address function. X-Git-Tag: TEXTUTILS-1_13F~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acb7c4ee4877c2261ef2abcb8bf00b73faa2f890;p=thirdparty%2Fcoreutils.git Add __P in dcl of format_address function. --- diff --git a/src/od.c b/src/od.c index 91380bb6f4..559626a196 100644 --- a/src/od.c +++ b/src/od.c @@ -217,7 +217,7 @@ static long int pseudo_offset; /* Function to format an address and optionally an additional parenthesized pseudo-address; it returns the formatted string. */ -static const char *(*format_address) (/* long unsigned int */); +static const char *(*format_address) (__P (long unsigned int)); /* The number of input bytes to skip before formatting and writing. */ static off_t n_bytes_to_skip = 0;