]> andersk Git - gssapi-openssh.git/commitdiff
replace C++ style comments with C style
authorjbasney <jbasney>
Mon, 12 Feb 2007 21:05:53 +0000 (21:05 +0000)
committerjbasney <jbasney>
Mon, 12 Feb 2007 21:05:53 +0000 (21:05 +0000)
openssh/buffer.c

index 9d39b0e3a7af659d8b9e468f287be82791cc2ae7..705155c6eb2ec8bf306cc4707b99b618c7baef5b 100644 (file)
@@ -129,7 +129,7 @@ restart:
        if (buffer_compact(buffer))
                goto restart;
 
-       // if hpn is disabled use the smaller buffer size
+       /* if hpn is disabled use the smaller buffer size */
        buf_max = BUFFER_MAX_LEN_HPN;
        buf_alloc_sz = BUFFER_ALLOCSZ_HPN;
 
@@ -166,7 +166,7 @@ buffer_check_alloc(Buffer *buffer, u_int len)
        if (buffer_compact(buffer))
                goto restart;
 
-       // if hpn is disabled use the smaller buffer size
+       /* if hpn is disabled use the smaller buffer size */
        buf_max = BUFFER_MAX_LEN_HPN;
        buf_alloc_sz = BUFFER_ALLOCSZ_HPN;
 
This page took 0.040773 seconds and 5 git commands to generate.