diff --git a/ChangeLog b/ChangeLog index ac0bebcc3..87489355c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,7 @@ reported by peak@argo.troja.mff.cuni.cz (Pavel Kankovsky) [configure.ac defines.h] modify previous SCO3 fix to not break Solaris 7 [acconfig.h] remove unused HAVE_REGCOMP + - (stevesk) openbsd-compat/base64.h: typo in comment 20020225 - (bal) Last AIX patch. Moved aix_usrinfo() outside of do_setuserconext() @@ -7686,4 +7687,4 @@ - Wrote replacements for strlcpy and mkdtemp - Released 1.0pre1 -$Id: ChangeLog,v 1.1875 2002/02/26 16:40:48 tim Exp $ +$Id: ChangeLog,v 1.1876 2002/02/26 16:59:58 stevesk Exp $ diff --git a/openbsd-compat/base64.h b/openbsd-compat/base64.h index f2514dc1c..c92e70ea0 100644 --- a/openbsd-compat/base64.h +++ b/openbsd-compat/base64.h @@ -1,4 +1,4 @@ -/* $Id: base64.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ +/* $Id: base64.h,v 1.3 2002/02/26 16:59:59 stevesk Exp $ */ #ifndef _BSD_BASE64_H #define _BSD_BASE64_H @@ -15,4 +15,4 @@ int b64_pton(char const *src, u_char *target, size_t targsize); # define __b64_pton b64_pton #endif /* HAVE___B64_NTOP */ -#endif /* _BSD_BINRESVPORT_H */ +#endif /* _BSD_BASE64_H */