summaryrefslogtreecommitdiffstats
path: root/apps/speed.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/speed.c')
-rw-r--r--apps/speed.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/apps/speed.c b/apps/speed.c
index d6ee53e9fe..ce489e6055 100644
--- a/apps/speed.c
+++ b/apps/speed.c
@@ -181,16 +181,9 @@ struct tms {
#define BUFSIZE ((long)1024*8+1)
int run=0;
-#ifndef NOPROTO
static double Time_F(int s);
static void print_message(char *s,long num,int length);
static void pkey_print_message(char *str,char *str2,long num,int bits,int sec);
-#else
-static double Time_F();
-static void print_message();
-static void pkey_print_message();
-#endif
-
#ifdef SIGALRM
#if defined(__STDC__) || defined(sgi) || defined(_AIX)
#define SIGRETTYPE void
@@ -198,12 +191,7 @@ static void pkey_print_message();
#define SIGRETTYPE int
#endif
-#ifndef NOPROTO
static SIGRETTYPE sig_done(int sig);
-#else
-static SIGRETTYPE sig_done();
-#endif
-
static SIGRETTYPE sig_done(int sig)
{
signal(SIGALRM,sig_done);