- (dtucker) [openbsd-compat/bsd-cygwin_util.c openbsd-compat/bsd-cygwin_util.h]

Remove incorrect filenames from comments (file names are in Id tags).
This commit is contained in:
Darren Tucker 2003-08-07 16:23:43 +10:00
parent f315224d7c
commit 854d7fd439
3 changed files with 5 additions and 7 deletions

View File

@ -6,6 +6,8 @@
- (dtucker) [defines.h] Bug #336: Add CMSG_DATA and CMSG_FIRSTHDR macros if - (dtucker) [defines.h] Bug #336: Add CMSG_DATA and CMSG_FIRSTHDR macros if
not already defined (eg Linux with some versions of libc5), based on those not already defined (eg Linux with some versions of libc5), based on those
from OpenBSD. from OpenBSD.
- (dtucker) [openbsd-compat/bsd-cygwin_util.c openbsd-compat/bsd-cygwin_util.h]
Remove incorrect filenames from comments (file names are in Id tags).
20030802 20030802
- (dtucker) [monitor.h monitor_wrap.h] Remove excess ident tags. - (dtucker) [monitor.h monitor_wrap.h] Remove excess ident tags.
@ -794,4 +796,4 @@
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
Report from murple@murple.net, diagnosis from dtucker@zip.com.au Report from murple@murple.net, diagnosis from dtucker@zip.com.au
$Id: ChangeLog,v 1.2882 2003/08/07 05:58:28 dtucker Exp $ $Id: ChangeLog,v 1.2883 2003/08/07 06:23:43 dtucker Exp $

View File

@ -1,6 +1,4 @@
/* /*
* cygwin_util.c
*
* Copyright (c) 2000, 2001, Corinna Vinschen <vinschen@cygnus.com> * Copyright (c) 2000, 2001, Corinna Vinschen <vinschen@cygnus.com>
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -31,7 +29,7 @@
#include "includes.h" #include "includes.h"
RCSID("$Id: bsd-cygwin_util.c,v 1.10 2003/05/18 14:13:39 djm Exp $"); RCSID("$Id: bsd-cygwin_util.c,v 1.11 2003/08/07 06:23:43 dtucker Exp $");
#ifdef HAVE_CYGWIN #ifdef HAVE_CYGWIN

View File

@ -1,8 +1,6 @@
/* $Id: bsd-cygwin_util.h,v 1.8 2003/05/18 14:13:39 djm Exp $ */ /* $Id: bsd-cygwin_util.h,v 1.9 2003/08/07 06:23:43 dtucker Exp $ */
/* /*
* cygwin_util.c
*
* Copyright (c) 2000, 2001, Corinna Vinschen <vinschen@cygnus.com> * Copyright (c) 2000, 2001, Corinna Vinschen <vinschen@cygnus.com>
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without