mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
20 lines
414 B
Plaintext
20 lines
414 B
Plaintext
$NetBSD: patch-am,v 1.1 2006/01/08 13:45:45 joerg Exp $
|
|
|
|
--- context.c.orig 2006-01-08 13:44:15.000000000 +0000
|
|
+++ context.c
|
|
@@ -20,14 +20,6 @@
|
|
#include <pwd.h>
|
|
#include <grp.h>
|
|
|
|
-extern struct passwd *getpwnam();
|
|
-extern struct passwd *getpwuid();
|
|
-
|
|
-extern void setgrent();
|
|
-extern struct group *getgrent();
|
|
-extern struct group *getgrnam();
|
|
-extern struct group *getgrgid();
|
|
-
|
|
/*
|
|
* Local functions.
|
|
*/
|