aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/more
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-04-23 10:16:58 +0000
committerBruce Evans <bde@FreeBSD.org>1997-04-23 10:16:58 +0000
commitf4c1975c26e06e5870cf6e831168fa790959bc52 (patch)
tree2e77758432a6c1bad43af0fc11767f5d781418a7 /usr.bin/more
parentb071c689deae7e8763a70b94d8fe3c96d4461203 (diff)
Notes
Diffstat (limited to 'usr.bin/more')
-rw-r--r--usr.bin/more/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/more/main.c b/usr.bin/more/main.c
index 7dd0fe4dd7d9..26be68bf196f 100644
--- a/usr.bin/more/main.c
+++ b/usr.bin/more/main.c
@@ -342,7 +342,7 @@ char *
save(s)
char *s;
{
- char *p, *strcpy(), *malloc();
+ char *p, *strcpy();
p = malloc((u_int)strlen(s)+1);
if (p == NULL)