Remove unused #define.

This commit is contained in:
Dag-Erling Smørgrav 2002-04-16 22:07:15 +00:00
parent 904bb47d69
commit b897c4dfe0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94886

View file

@ -82,11 +82,6 @@ __FBSDID("$FreeBSD$");
#include "login.h"
#include "pathnames.h"
/* wrapper for KAME-special getnameinfo() */
#ifndef NI_WITHSCOPEID
#define NI_WITHSCOPEID 0
#endif
static int auth_pam(void);
static void bail(int, int);
static int export(const char *);