summaryrefslogtreecommitdiff
path: root/src/od.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-11-11 03:28:38 +0000
committerJim Meyering <jim@meyering.net>1995-11-11 03:28:38 +0000
commitacb7c4ee4877c2261ef2abcb8bf00b73faa2f890 (patch)
treed9b5712848913a6891a6c54d2f7617fd4db9fdda /src/od.c
parent5796c221a15d5fe12b6b948761815ca9321c9f2f (diff)
downloadcoreutils-acb7c4ee4877c2261ef2abcb8bf00b73faa2f890.tar.xz
Add __P in dcl of format_address function.
Diffstat (limited to 'src/od.c')
-rw-r--r--src/od.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/od.c b/src/od.c
index 91380bb6f..559626a19 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;