Module Name:    src
Committed By:   pooka
Date:           Mon Nov 26 19:53:42 UTC 2012

Modified Files:
        src/include: pwd.h

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


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/include/pwd.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/include/pwd.h
diff -u src/include/pwd.h:1.43 src/include/pwd.h:1.44
--- src/include/pwd.h:1.43	Mon Nov 26 17:18:39 2012
+++ src/include/pwd.h	Mon Nov 26 19:53:41 2012
@@ -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>

Reply via email to