summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorpooka <pooka@NetBSD.org>2012-11-26 19:53:41 +0000
committerpooka <pooka@NetBSD.org>2012-11-26 19:53:41 +0000
commit5b9ce98d47eeb76ef17a09bc477cc5bc45683b2e (patch)
tree3d0fa49f60f3b5f2a4c4a88f993405e1bf18735b /include
parent6c593e998c7f947f2fb2d3e9288b92b3d6f775b3 (diff)
revert previous commit since it breaks the build on NetBSD and
apparently that's considered important
Diffstat (limited to 'include')
-rw-r--r--include/pwd.h9
1 files changed, 2 insertions, 7 deletions
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 <sys/cdefs.h>
#include <sys/featuretest.h>