mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-16 16:00:55 -04:00
13 lines
391 B
Plaintext
13 lines
391 B
Plaintext
$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);
|