c3551f98fd
import of wm2 into the ports tree to settle it for an eventual integration into the x tree - my first port - would be nice if any of the port gurus may have a look at it if it's "perfect" from the style :-)
12 lines
229 B
Plaintext
12 lines
229 B
Plaintext
--- Manager.C.org Mon Mar 16 12:47:59 1998
|
|
+++ Manager.C Mon Mar 16 12:48:29 1998
|
|
@@ -521,7 +521,7 @@
|
|
}
|
|
}
|
|
|
|
-#ifdef sgi
|
|
+#if defined(sgi) || defined(__OpenBSD__)
|
|
extern "C" {
|
|
extern int putenv(char *); /* not POSIX */
|
|
}
|