mirror of git://anongit.mindrot.org/openssh.git
- (djm) Fix openbsd-compat/ again - remove references to strl(cpy|cat).h
This commit is contained in:
parent
341c6e687c
commit
39638b6aeb
|
@ -52,7 +52,8 @@
|
|||
- (djm) Bug #423: reorder setting of PAM_TTY and calling of PAM session
|
||||
management (now done in do_setusercontext). Largely from
|
||||
michael_steffens AT hp.com
|
||||
|
||||
- (djm) Fix openbsd-compat/ again - remove references to strl(cpy|cat).h
|
||||
|
||||
20030829
|
||||
- (bal) openbsd-compat/ clean up. Considate headers, add in Id on our
|
||||
files, and added missing license to header.
|
||||
|
@ -967,4 +968,4 @@
|
|||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||
|
||||
$Id: ChangeLog,v 1.2936 2003/09/02 13:18:52 djm Exp $
|
||||
$Id: ChangeLog,v 1.2937 2003/09/02 13:33:42 djm Exp $
|
||||
|
|
|
@ -25,7 +25,6 @@ static char *rcsid = "$OpenBSD: strlcat.c,v 1.11 2003/06/17 21:56:24 millert Exp
|
|||
|
||||
#include <sys/types.h>
|
||||
#include <string.h>
|
||||
#include "strlcat.h"
|
||||
|
||||
/*
|
||||
* Appends src to string dst of size siz (unlike strncat, siz is the
|
||||
|
|
|
@ -25,7 +25,6 @@ static char *rcsid = "$OpenBSD: strlcpy.c,v 1.8 2003/06/17 21:56:24 millert Exp
|
|||
|
||||
#include <sys/types.h>
|
||||
#include <string.h>
|
||||
#include "strlcpy.h"
|
||||
|
||||
/*
|
||||
* Copy src to string dst of size siz. At most siz-1 characters
|
||||
|
|
Loading…
Reference in New Issue