]> andersk Git - openssh.git/commitdiff
- (dtucker) [acconfig.h configure.ac monitor_fdpass.c] Bug #544: ignore
authordtucker <dtucker>
Thu, 21 Aug 2003 07:56:29 +0000 (07:56 +0000)
committerdtucker <dtucker>
Thu, 21 Aug 2003 07:56:29 +0000 (07:56 +0000)
   invalid cmsg_type on Linux 1.x and 2.0 kernels, privsep should now work.

Missed acconfig.h, whoops.

ChangeLog
acconfig.h

index fed36dcad077a337fc37143e0c36256f55e984ef..aabe5f8a3918d35aac8f1ba900166c450ee4dade 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,8 +12,8 @@
  - (dtucker) [defines.h] Bug #336: Add CMSG_DATA and CMSG_FIRSTHDR macros if
    not already defined (eg Linux with some versions of libc5), based on those
    from OpenBSD.
- - (dtucker) [configure.ac monitor_fdpass.c] Bug #544: ignore invalid cmsg_type
-   on Linux 1.x and 2.0 kernels, privsep should now work.
+ - (dtucker) [acconfig.h configure.ac monitor_fdpass.c] Bug #544: ignore
+   invalid cmsg_type on Linux 1.x and 2.0 kernels, privsep should now work.
  - (dtucker) [acconfig.h configure.ac sshd.c] STREAMS_PUSH_ACQUIRES_CTTY ->
    SSHD_ACQUIRES_CTTY.
 
index 1c65dacc84c297fc55295017ca67bb119a51472b..874fcb11f4f9010be2c0a9bd8536e668edd74d52 100644 (file)
 /* Define if sshd somehow reacquires a controlling TTY after setsid() */
 #undef SSHD_ACQUIRES_CTTY
 
+/* Define if cmsg_type is not passed correctly */
+#undef BROKEN_CMSG_TYPE
+
 @BOTTOM@
 
 /* ******************* Shouldn't need to edit below this line ************** */
This page took 0.309368 seconds and 5 git commands to generate.