summaryrefslogtreecommitdiffstats
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 ac0bebcc..87489355 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 f2514dc1..c92e70ea 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 */