pkgsrc/security/srp_client/patches/patch-ae

12 lines
391 B
Text

$NetBSD: patch-ae,v 1.3 2007/06/23 08:25:30 minskim Exp $
--- base/lib/shadow_.h.orig 1998-12-09 17:43:21.000000000 -0800
+++ base/lib/shadow_.h
@@ -70,7 +70,6 @@ struct spwd {
#if defined(__STDC__)
struct spwd *getspent (void);
struct spwd *getspnam (const char *);
-struct spwd *sgetspent (const char *);
struct spwd *fgetspent (FILE *);
void setspent (void);
void endspent (void);