]> cygwin.com Git - cygwin-apps/setup.git/commitdiff
oops, forgot the cvsid tags
authorDJ Delorie <dj@redhat.com>
Wed, 30 Aug 2000 01:07:51 +0000 (01:07 +0000)
committerDJ Delorie <dj@redhat.com>
Wed, 30 Aug 2000 01:07:51 +0000 (01:07 +0000)
hash.cc
nio-ftp.cc
nio-http.cc
simpsock.cc

diff --git a/hash.cc b/hash.cc
index 1604b8999b74509b74f6a24a5ea76db2e691a4bc..a465fd868856fb92bb5a8ac7e3901751fce3a4cc 100644 (file)
--- a/hash.cc
+++ b/hash.cc
@@ -15,6 +15,8 @@
 
 /* Simple hash class for install.cc */
 
+static char *cvsid = "\n%%% $Id$\n";
+
 #include <stdlib.h>
 #include <string.h>
 
index 3e18b0bf5ca4d8f89c287a9b425ac05b967ddc56..917d9f19895e47995116bb74a467bd6e86bfa7cb 100644 (file)
@@ -16,6 +16,8 @@
 /* This file is responsible for implementing all direct FTP protocol
    channels.  It is intentionally simplistic. */
 
+static char *cvsid = "\n%%% $Id$\n";
+
 #include "win32.h"
 #include "winsock.h"
 #include <stdio.h>
index fa5210a7a27cf5ea13e5719e420a159b88bca645..04b316ee3d2e1c85e0220bebf658af9ee8e8dc71 100644 (file)
@@ -16,6 +16,8 @@
 /* This file is responsible for implementing all direct HTTP protocol
    channels.  It is intentionally simplistic. */
 
+static char *cvsid = "\n%%% $Id$\n";
+
 #include "win32.h"
 #include "winsock.h"
 #include <stdio.h>
index 85363d816678523f014e122c068c8fdedc21277c..9ae9f5a8102faa15af36ffdb88cea3f1da535d95 100644 (file)
@@ -15,6 +15,8 @@
 
 /* Simplified socket access functions */
 
+static char *cvsid = "\n%%% $Id$\n";
+
 #include "win32.h"
 #include <winsock.h>
 #include <stdio.h>
This page took 0.034443 seconds and 5 git commands to generate.