summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2002-02-26 16:59:58 +0000
committerKevin Steves <stevesk@pobox.com>2002-02-26 16:59:58 +0000
commita2b9607a86d716f6e0f388825ef1c205ab1f9a75 (patch)
tree03aed3c8ae4cd78b974e2e2b22fd9f7b01329be5
parent4cec93faed6586dd48b02030b77c094e0730b62e (diff)
- (stevesk) openbsd-compat/base64.h: typo in comment
-rw-r--r--ChangeLog3
-rw-r--r--openbsd-compat/base64.h4
2 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ac0bebcc3..87489355c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,7 @@
13 reported by peak@argo.troja.mff.cuni.cz (Pavel Kankovsky) 13 reported by peak@argo.troja.mff.cuni.cz (Pavel Kankovsky)
14 [configure.ac defines.h] modify previous SCO3 fix to not break Solaris 7 14 [configure.ac defines.h] modify previous SCO3 fix to not break Solaris 7
15 [acconfig.h] remove unused HAVE_REGCOMP 15 [acconfig.h] remove unused HAVE_REGCOMP
16 - (stevesk) openbsd-compat/base64.h: typo in comment
16 17
1720020225 1820020225
18 - (bal) Last AIX patch. Moved aix_usrinfo() outside of do_setuserconext() 19 - (bal) Last AIX patch. Moved aix_usrinfo() outside of do_setuserconext()
@@ -7686,4 +7687,4 @@
7686 - Wrote replacements for strlcpy and mkdtemp 7687 - Wrote replacements for strlcpy and mkdtemp
7687 - Released 1.0pre1 7688 - Released 1.0pre1
7688 7689
7689$Id: ChangeLog,v 1.1875 2002/02/26 16:40:48 tim Exp $ 7690$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 @@
1/* $Id: base64.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ 1/* $Id: base64.h,v 1.3 2002/02/26 16:59:59 stevesk Exp $ */
2 2
3#ifndef _BSD_BASE64_H 3#ifndef _BSD_BASE64_H
4#define _BSD_BASE64_H 4#define _BSD_BASE64_H
@@ -15,4 +15,4 @@ int b64_pton(char const *src, u_char *target, size_t targsize);
15# define __b64_pton b64_pton 15# define __b64_pton b64_pton
16#endif /* HAVE___B64_NTOP */ 16#endif /* HAVE___B64_NTOP */
17 17
18#endif /* _BSD_BINRESVPORT_H */ 18#endif /* _BSD_BASE64_H */