Build failures on NetBSD, OpenBSD due to spurious #endif in src/s/netbsd.h introduced in 861f2601a38b

Adam Sjøgren asjo at koldfront.dk
Fri May 6 19:14:14 EDT 2011


The changeset 861f2601a38b "Sync s/ files with GNU 23.1.92, delete
obsolete stuff, simplify other stuff" seems to have introduced a
spurious #endif in src/s/netbsd.h which results in build failures on
NetBSD, OpenBSD.

I guess a patch removing the line will fix it:

diff -r 4813ff11c6e2 src/s/netbsd.h
--- a/src/s/netbsd.h    Fri May 06 10:37:14 2011 +0100
+++ b/src/s/netbsd.h    Sat May 07 01:13:26 2011 +0200
@@ -121,7 +121,6 @@
 
 /* arch-tag: e80f364a-04e9-4faf-93cb-f36a0fe95c81
    (do not change this comment) */
-#endif /* 0 */
 
 /* Begin XEmacs additions */
 #undef BSD


  Best regards,

    Adam

-- 
 "I think I've learned by now                                 Adam Sjøgren
  There's never an easy way"                             asjo at koldfront.dk



More information about the XEmacs-Beta mailing list