summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-08-07 16:23:43 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-08-07 16:23:43 +1000
commit854d7fd43968c5a20e906aa300c687f3434c7da8 (patch)
treeb18260873acf8b27a0a1d98154311a2127fdc84b
parentf315224d7c7ced4f012ddaef1a6b4f4bf7883b25 (diff)
- (dtucker) [openbsd-compat/bsd-cygwin_util.c openbsd-compat/bsd-cygwin_util.h]
Remove incorrect filenames from comments (file names are in Id tags).
-rw-r--r--ChangeLog4
-rw-r--r--openbsd-compat/bsd-cygwin_util.c4
-rw-r--r--openbsd-compat/bsd-cygwin_util.h4
3 files changed, 5 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 513799d3d..49f112300 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
6 - (dtucker) [defines.h] Bug #336: Add CMSG_DATA and CMSG_FIRSTHDR macros if 6 - (dtucker) [defines.h] Bug #336: Add CMSG_DATA and CMSG_FIRSTHDR macros if
7 not already defined (eg Linux with some versions of libc5), based on those 7 not already defined (eg Linux with some versions of libc5), based on those
8 from OpenBSD. 8 from OpenBSD.
9 - (dtucker) [openbsd-compat/bsd-cygwin_util.c openbsd-compat/bsd-cygwin_util.h]
10 Remove incorrect filenames from comments (file names are in Id tags).
9 11
1020030802 1220030802
11 - (dtucker) [monitor.h monitor_wrap.h] Remove excess ident tags. 13 - (dtucker) [monitor.h monitor_wrap.h] Remove excess ident tags.
@@ -794,4 +796,4 @@
794 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 796 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
795 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 797 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
796 798
797$Id: ChangeLog,v 1.2882 2003/08/07 05:58:28 dtucker Exp $ 799$Id: ChangeLog,v 1.2883 2003/08/07 06:23:43 dtucker Exp $
diff --git a/openbsd-compat/bsd-cygwin_util.c b/openbsd-compat/bsd-cygwin_util.c
index 012ba4c75..a87cf3c97 100644
--- a/openbsd-compat/bsd-cygwin_util.c
+++ b/openbsd-compat/bsd-cygwin_util.c
@@ -1,6 +1,4 @@
1/* 1/*
2 * cygwin_util.c
3 *
4 * Copyright (c) 2000, 2001, Corinna Vinschen <vinschen@cygnus.com> 2 * Copyright (c) 2000, 2001, Corinna Vinschen <vinschen@cygnus.com>
5 * 3 *
6 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
@@ -31,7 +29,7 @@
31 29
32#include "includes.h" 30#include "includes.h"
33 31
34RCSID("$Id: bsd-cygwin_util.c,v 1.10 2003/05/18 14:13:39 djm Exp $"); 32RCSID("$Id: bsd-cygwin_util.c,v 1.11 2003/08/07 06:23:43 dtucker Exp $");
35 33
36#ifdef HAVE_CYGWIN 34#ifdef HAVE_CYGWIN
37 35
diff --git a/openbsd-compat/bsd-cygwin_util.h b/openbsd-compat/bsd-cygwin_util.h
index 859afbef5..f9149fd17 100644
--- a/openbsd-compat/bsd-cygwin_util.h
+++ b/openbsd-compat/bsd-cygwin_util.h
@@ -1,8 +1,6 @@
1/* $Id: bsd-cygwin_util.h,v 1.8 2003/05/18 14:13:39 djm Exp $ */ 1/* $Id: bsd-cygwin_util.h,v 1.9 2003/08/07 06:23:43 dtucker Exp $ */
2 2
3/* 3/*
4 * cygwin_util.c
5 *
6 * Copyright (c) 2000, 2001, Corinna Vinschen <vinschen@cygnus.com> 4 * Copyright (c) 2000, 2001, Corinna Vinschen <vinschen@cygnus.com>
7 * 5 *
8 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without