From 946fc0451ba04f7a458257c40b036c3308c2c95d Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Wed, 30 Aug 2000 01:07:51 +0000 Subject: [PATCH] oops, forgot the cvsid tags --- hash.cc | 2 ++ nio-ftp.cc | 2 ++ nio-http.cc | 2 ++ simpsock.cc | 2 ++ 4 files changed, 8 insertions(+) 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 -- 2.43.5