From: Ben Gras Date: Wed, 9 Jun 2010 12:58:03 +0000 (+0000) Subject: ash: getmode in global includes now X-Git-Tag: v3.1.8~465 X-Git-Url: http://zhaoyanbai.com/repos//%22http:/%22%29?a=commitdiff_plain;h=c1b4cc24e4712c3fb6be4d8cf16d50a6fcf08446;p=minix.git ash: getmode in global includes now --- diff --git a/commands/ash/shell.h b/commands/ash/shell.h index e015c183b..9cdc1f309 100644 --- a/commands/ash/shell.h +++ b/commands/ash/shell.h @@ -88,8 +88,6 @@ typedef long quad_t; /* XXX */ typedef unsigned long u_quad_t; /* XXX */ #endif -mode_t getmode(void *, int /* mode_t */); - /* * $PchId: shell.h,v 1.7 2006/05/22 12:47:00 philip Exp $ */