- (djm) Fix openbsd-compat/ again - remove references to strl(cpy|cat).h

This commit is contained in:
Damien Miller 2003-09-02 23:33:42 +10:00
parent 341c6e687c
commit 39638b6aeb
3 changed files with 3 additions and 4 deletions

View File

@ -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 $

View File

@ -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

View File

@ -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