summaryrefslogtreecommitdiffstats
path: root/bin/dd/position.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dd/position.c')
-rw-r--r--bin/dd/position.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/dd/position.c b/bin/dd/position.c
index 1a9c4b1..90019e7 100644
--- a/bin/dd/position.c
+++ b/bin/dd/position.c
@@ -60,7 +60,7 @@ static const char rcsid[] =
* output.
*/
void
-pos_in()
+pos_in(void)
{
off_t cnt;
int warned;
@@ -123,7 +123,7 @@ pos_in()
}
void
-pos_out()
+pos_out(void)
{
struct mtop t_op;
off_t cnt;
OpenPOWER on IntegriCloud