- (stevesk) openbsd-compat/base64.h: typo in comment
This commit is contained in:
parent
4cec93faed
commit
a2b9607a86
|
@ -13,6 +13,7 @@
|
||||||
reported by peak@argo.troja.mff.cuni.cz (Pavel Kankovsky)
|
reported by peak@argo.troja.mff.cuni.cz (Pavel Kankovsky)
|
||||||
[configure.ac defines.h] modify previous SCO3 fix to not break Solaris 7
|
[configure.ac defines.h] modify previous SCO3 fix to not break Solaris 7
|
||||||
[acconfig.h] remove unused HAVE_REGCOMP
|
[acconfig.h] remove unused HAVE_REGCOMP
|
||||||
|
- (stevesk) openbsd-compat/base64.h: typo in comment
|
||||||
|
|
||||||
20020225
|
20020225
|
||||||
- (bal) Last AIX patch. Moved aix_usrinfo() outside of do_setuserconext()
|
- (bal) Last AIX patch. Moved aix_usrinfo() outside of do_setuserconext()
|
||||||
|
@ -7686,4 +7687,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- 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 $
|
||||||
|
|
|
@ -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
|
#ifndef _BSD_BASE64_H
|
||||||
#define _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
|
# define __b64_pton b64_pton
|
||||||
#endif /* HAVE___B64_NTOP */
|
#endif /* HAVE___B64_NTOP */
|
||||||
|
|
||||||
#endif /* _BSD_BINRESVPORT_H */
|
#endif /* _BSD_BASE64_H */
|
||||||
|
|
Loading…
Reference in New Issue