From: Ben Gras Date: Wed, 9 Jun 2010 12:11:56 +0000 (+0000) Subject: ash: remove setmode() declaration from shell.h, now in library X-Git-Tag: v3.1.8~472 X-Git-Url: http://zhaoyanbai.com/repos/man.named-journalprint.html?a=commitdiff_plain;h=6faa2a636c94635b30ef081d761c2871628e15bc;p=minix.git ash: remove setmode() declaration from shell.h, now in library --- 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 $