removed __P

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1602 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-04-20 06:18:10 +00:00
parent 85ed18dbb3
commit 7d867a8463
2 changed files with 6 additions and 12 deletions

View File

@@ -54,10 +54,6 @@ RCSID("$Id$");
#include <sys/param.h>
#endif
#ifndef __P
#define __P(X) X
#endif
#ifndef _PATH_SHELLS
#define _PATH_SHELLS "/etc/shells"
#endif
@@ -77,7 +73,7 @@ RCSID("$Id$");
static char *okshells[] = { _PATH_BSHELL, _PATH_CSHELL, NULL };
static char **curshell, **shells, *strings;
static char **initshells __P((void));
static char **initshells (void);
/*
* Get a list of shells from _PATH_SHELLS, if it exists.