]> andersk Git - openssh.git/commitdiff
- markus@cvs.openbsd.org 2001/06/16 08:50:39
authormouring <mouring>
Thu, 21 Jun 2001 03:07:27 +0000 (03:07 +0000)
committermouring <mouring>
Thu, 21 Jun 2001 03:07:27 +0000 (03:07 +0000)
     [channels.h]
     bad //-style comment; thx to stevev@darkwing.uoregon.edu

ChangeLog
channels.h

index 312d7a30fcb814773003b1fced60fd0b2da50afd..48614a0c4ed945750c61cc0279e13dcdb124392b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
    - markus@cvs.openbsd.org 2001/06/16 08:49:38
      [misc.c]
      typo; dunlap@apl.washington.edu
+   - markus@cvs.openbsd.org 2001/06/16 08:50:39
+     [channels.h]
+     bad //-style comment; thx to stevev@darkwing.uoregon.edu
 
 20010615
  - (stevesk) don't set SA_RESTART and set SIGCHLD to SIG_DFL
index 3de9627ab99e6c8e44b30e132eb4fee95414b253..53c914e0ff78826e279a9e35cb1774a2792591ea 100644 (file)
@@ -32,7 +32,7 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
-/* RCSID("$OpenBSD: channels.h,v 1.37 2001/06/04 21:59:42 markus Exp $"); */
+/* RCSID("$OpenBSD: channels.h,v 1.38 2001/06/16 08:50:39 markus Exp $"); */
 
 #ifndef CHANNEL_H
 #define CHANNEL_H
@@ -209,7 +209,6 @@ int channel_connect_by_listen_adress(u_short listen_port);
 /* x11 forwarding */
 
 int    x11_connect_display(void);
-//int  x11_check_cookie(Buffer *b);
 char   *x11_create_display(int screen);
 char   *x11_create_display_inet(int screen, int x11_display_offset);
 void    x11_input_open(int type, int plen, void *ctxt);
This page took 0.044871 seconds and 5 git commands to generate.