From 6faa2a636c94635b30ef081d761c2871628e15bc Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 9 Jun 2010 12:11:56 +0000 Subject: [PATCH] ash: remove setmode() declaration from shell.h, now in library --- commands/ash/shell.h | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/ash/shell.h b/commands/ash/shell.h index 5767b66ee..e015c183b 100644 --- a/commands/ash/shell.h +++ b/commands/ash/shell.h @@ -89,7 +89,6 @@ typedef unsigned long u_quad_t; /* XXX */ #endif mode_t getmode(void *, int /* mode_t */); -void *setmode(char *); /* * $PchId: shell.h,v 1.7 2006/05/22 12:47:00 philip Exp $ -- 2.44.0