]> andersk Git - openssh.git/commitdiff
- (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
authordjm <djm>
Wed, 30 Aug 2000 22:20:05 +0000 (22:20 +0000)
committerdjm <djm>
Wed, 30 Aug 2000 22:20:05 +0000 (22:20 +0000)
   <acox@cv.telegroup.com>

CREDITS
ChangeLog
configure.in

diff --git a/CREDITS b/CREDITS
index 63a5e94099aefa27cfda390e7abcf032eb2645ab..148a38a49775ff3af613d993724d100348b2d485 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -9,6 +9,7 @@ Andreas Steinmetz <ast@domdv.de> - Shadow password expiry support
 Andrew McGill <andrewm@datrix.co.za> - SCO fixes
 Andrew Stribblehill <a.d.stribblehill@durham.ac.uk> - Bugfixes
 Andy Sloane <andy@guildsoftware.com> - bugfixes
+Aran Cox <acox@cv.telegroup.com> - SCO bugfixes
 Arkadiusz Miskiewicz <misiek@pld.org.pl> - IPv6 compat fixes
 Ben Lindstrom <mouring@pconline.com> - NeXT support
 Ben Taylor <bent@clark.net> - Solaris debugging and fixes
index e9cde65525115314107fd1dd6ab1604142439bec..b23ff702a9e21f3cedae9c8361249f0cd37d4821 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20000831
+ - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox 
+   <acox@cv.telegroup.com>
+
 20000830
  - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
  - (djm) Periodically rekey arc4random
index d281c7d233dd34064f719c75e1d0a7c788f75102..33b82895b062dad6a2e6c10229b7a1b3781d34d6 100644 (file)
@@ -169,6 +169,7 @@ case "$host" in
        LIBS="$LIBS -lgen -lsocket"
        ;;
 *-*-sco3*)
+       AC_DEFINE(USE_PIPES)
        CFLAGS="$CFLAGS -I/usr/local/include"
        LDFLAGS="$LDFLAGS -L/usr/local/lib"
        MANTYPE='$(CATMAN)'
This page took 0.495586 seconds and 5 git commands to generate.