summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorKevin Lo <kevlo@cvs.openbsd.org>2000-11-07 02:45:43 +0000
committerKevin Lo <kevlo@cvs.openbsd.org>2000-11-07 02:45:43 +0000
commit5ffe19b883017dde631f01cf508e9ab288e22429 (patch)
treeb1238cd9cd728e5c914dff1de9e53e33c5ff4cc3 /usr.bin
parent299d959bdc5432a50c15ee7abc977afcac346a96 (diff)
Add __P(). ok deraadt@
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/head/head.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/head/head.c b/usr.bin/head/head.c
index 9f44b376c07..833a85b6f61 100644
--- a/usr.bin/head/head.c
+++ b/usr.bin/head/head.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: head.c,v 1.5 1999/07/23 13:56:18 aaron Exp $ */
+/* $OpenBSD: head.c,v 1.6 2000/11/07 02:45:42 kevlo Exp $ */
/*
* Copyright (c) 1980, 1987 Regents of the University of California.
@@ -41,7 +41,7 @@ char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)head.c 5.5 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$OpenBSD: head.c,v 1.5 1999/07/23 13:56:18 aaron Exp $";
+static char rcsid[] = "$OpenBSD: head.c,v 1.6 2000/11/07 02:45:42 kevlo Exp $";
#endif /* not lint */
#include <stdio.h>
@@ -51,7 +51,7 @@ static char rcsid[] = "$OpenBSD: head.c,v 1.5 1999/07/23 13:56:18 aaron Exp $";
#include <errno.h>
#include <unistd.h>
-static void usage ();
+static void usage __P((void));
/*
* head - give the first few lines of a stream or of each of a set of files