summaryrefslogtreecommitdiffstats
path: root/bin/sh/memalloc.c
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1996-12-14 06:20:03 +0000
committersteve <steve@FreeBSD.org>1996-12-14 06:20:03 +0000
commitc58aca035e2c61510b619368861598623eb95e52 (patch)
tree049d84189a59de29d49254b609a318b17ee59387 /bin/sh/memalloc.c
parenta958416f1b4a022c358b94db0b8e6bcc6cb54ee0 (diff)
downloadFreeBSD-src-c58aca035e2c61510b619368861598623eb95e52.zip
FreeBSD-src-c58aca035e2c61510b619368861598623eb95e52.tar.gz
Merge in NetBSD mods and -Wall cleaning.
Obtained from: NetBSD, me
Diffstat (limited to 'bin/sh/memalloc.c')
-rw-r--r--bin/sh/memalloc.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/sh/memalloc.c b/bin/sh/memalloc.c
index adaf1fe..5870c9d 100644
--- a/bin/sh/memalloc.c
+++ b/bin/sh/memalloc.c
@@ -33,11 +33,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: memalloc.c,v 1.3 1996/09/01 10:20:42 peter Exp $
+ * $Id: memalloc.c,v 1.4 1996/09/03 14:15:53 peter Exp $
*/
#ifndef lint
-static char sccsid[] = "@(#)memalloc.c 8.3 (Berkeley) 5/4/95";
+static char const sccsid[] = "@(#)memalloc.c 8.3 (Berkeley) 5/4/95";
#endif /* not lint */
#include "shell.h"
@@ -54,7 +54,7 @@ static char sccsid[] = "@(#)memalloc.c 8.3 (Berkeley) 5/4/95";
*/
pointer
-ckmalloc(nbytes)
+ckmalloc(nbytes)
int nbytes;
{
register pointer p;
@@ -124,7 +124,7 @@ int herefd = -1;
pointer
-stalloc(nbytes)
+stalloc(nbytes)
int nbytes;
{
register char *p;
@@ -233,7 +233,7 @@ growstackblock() {
void
-grabstackblock(len)
+grabstackblock(len)
int len;
{
len = ALIGN(len);
OpenPOWER on IntegriCloud