Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/include revert previous commit since it breaks the build on ...



details:   https://anonhg.NetBSD.org/src/rev/3bf65d5a2c74
branches:  trunk
changeset: 782925:3bf65d5a2c74
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Nov 26 19:53:41 2012 +0000

description:
revert previous commit since it breaks the build on NetBSD and
apparently that's considered important

diffstat:

 include/pwd.h |  9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diffs (24 lines):

diff -r d30332ddc280 -r 3bf65d5a2c74 include/pwd.h
--- a/include/pwd.h     Mon Nov 26 18:57:33 2012 +0000
+++ b/include/pwd.h     Mon Nov 26 19:53:41 2012 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index