From 5b9ce98d47eeb76ef17a09bc477cc5bc45683b2e Mon Sep 17 00:00:00 2001 From: pooka Date: Mon, 26 Nov 2012 19:53:41 +0000 Subject: revert previous commit since it breaks the build on NetBSD and apparently that's considered important --- include/pwd.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'include') diff --git a/include/pwd.h b/include/pwd.h index 1fd484c9cd6..04848b4e464 100644 --- a/include/pwd.h +++ b/include/pwd.h @@ -1,4 +1,4 @@ -/* $NetBSD: pwd.h,v 1.43 2012/11/26 17:18:39 pooka Exp $ */ +/* $NetBSD: pwd.h,v 1.44 2012/11/26 19:53:41 pooka Exp $ */ /*- * Copyright (c) 1989, 1993 @@ -61,13 +61,8 @@ * SUCH DAMAGE. */ -/* compat stunts to avoid this file defining _PWD_H_ */ -#if !defined(_PWD_H_) && !defined(_COMPAT_PWD_INCLUDED) -#ifdef _COMPAT_PWD_H_ -#define _COMPAT_PWD_INCLUDED -#else +#ifndef _PWD_H_ #define _PWD_H_ -#endif #include #include -- cgit