]> andersk Git - openssh.git/commitdiff
- (djm) Fix openbsd-compat/ again - remove references to strl(cpy|cat).h
authordjm <djm>
Tue, 2 Sep 2003 13:33:42 +0000 (13:33 +0000)
committerdjm <djm>
Tue, 2 Sep 2003 13:33:42 +0000 (13:33 +0000)
ChangeLog
openbsd-compat/strlcat.c
openbsd-compat/strlcpy.c

index 495fb46715c761e7a738d928968a61c1871dd8c8..76647dd3e86398e19c9ad80e6ab3f4574fd5b8ca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index da1a9fb416c9e34e5615baccd355afa0e5625d9a..cae16657cc27d31ab95f193e9c58b82186967c57 100644 (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
index 47adc42c544bae249699701692e215185eab68c5..c8fe29987e49d4ce742e48c3ecb57b88b368e57f 100644 (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
This page took 0.048356 seconds and 5 git commands to generate.