summaryrefslogtreecommitdiff
path: root/src/sum.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-04-11 18:24:09 +0000
committerJim Meyering <jim@meyering.net>1998-04-11 18:24:09 +0000
commitb388203a65251b73dba040148039914062685c88 (patch)
tree8e3ef9af38a5d7232937ee76c4d1fe63efcb1603 /src/sum.c
parent66c7b3c41d44c5153e9e7cc93eaffc3cddc0aadd (diff)
downloadcoreutils-b388203a65251b73dba040148039914062685c88.tar.xz
Include safe-read.h instead of merely declaring safe_read.
Diffstat (limited to 'src/sum.c')
-rw-r--r--src/sum.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/sum.c b/src/sum.c
index eddb80ea2..0e0fdebcd 100644
--- a/src/sum.c
+++ b/src/sum.c
@@ -1,5 +1,5 @@
/* sum -- checksum and count the blocks in a file
- Copyright (C) 86, 89, 91, 95, 96, 1997 Free Software Foundation, Inc.
+ Copyright (C) 86, 89, 91, 95, 96, 1997, 1998 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -26,8 +26,7 @@
#include <getopt.h>
#include "system.h"
#include "error.h"
-
-int safe_read ();
+#include "safe-read.h"
/* The name this program was run with. */
char *program_name;