f7ee73e0ba
* Add comments to each patch file.
16 lines
346 B
Text
16 lines
346 B
Text
$NetBSD: patch-af,v 1.4 2010/09/27 12:01:49 taca Exp $
|
|
|
|
* Don't declare errno.
|
|
|
|
--- sbr/m_getdefs.c.orig 2006-04-11 13:14:22.000000000 +0000
|
|
+++ sbr/m_getdefs.c
|
|
@@ -13,9 +13,6 @@ static char ident[] = "@(#)$Id: m_getdef
|
|
#include <sys/stat.h>
|
|
#include <pwd.h>
|
|
|
|
-
|
|
-extern int errno;
|
|
-
|
|
#ifndef __STDC__
|
|
#ifdef SYS5
|
|
struct passwd *getpwuid ();
|