From: DJ Delorie Date: Wed, 30 Aug 2000 01:07:51 +0000 (+0000) Subject: oops, forgot the cvsid tags X-Git-Tag: cygwin-1-1-5~18 X-Git-Url: https://cygwin.com/git/?a=commitdiff_plain;h=946fc0451ba04f7a458257c40b036c3308c2c95d;p=cygwin-apps%2Fsetup.git oops, forgot the cvsid tags --- diff --git a/hash.cc b/hash.cc index 1604b899..a465fd86 100644 --- a/hash.cc +++ b/hash.cc @@ -15,6 +15,8 @@ /* Simple hash class for install.cc */ +static char *cvsid = "\n%%% $Id$\n"; + #include #include diff --git a/nio-ftp.cc b/nio-ftp.cc index 3e18b0bf..917d9f19 100644 --- a/nio-ftp.cc +++ b/nio-ftp.cc @@ -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 diff --git a/nio-http.cc b/nio-http.cc index fa5210a7..04b316ee 100644 --- a/nio-http.cc +++ b/nio-http.cc @@ -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 diff --git a/simpsock.cc b/simpsock.cc index 85363d81..9ae9f5a8 100644 --- a/simpsock.cc +++ b/simpsock.cc @@ -15,6 +15,8 @@ /* Simplified socket access functions */ +static char *cvsid = "\n%%% $Id$\n"; + #include "win32.h" #include #include