projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ae52fa
)
since we only need this on non BSD-4.4 systems, do not use BSD-4.4-specific headers
author
Mark Eichin
<eichin@mit.edu>
Fri, 10 Jun 1994 19:27:45 +0000
(19:27 +0000)
committer
Mark Eichin
<eichin@mit.edu>
Fri, 10 Jun 1994 19:27:45 +0000
(19:27 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3720
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/posix/memmove.c
patch
|
blob
|
history
diff --git
a/src/lib/krb5/posix/memmove.c
b/src/lib/krb5/posix/memmove.c
index e895f0aaae688c805f5bae01e033e426cdb55063..e4be845e1e68b448843b84c27a47507cd3511be2 100644
(file)
--- a/
src/lib/krb5/posix/memmove.c
+++ b/
src/lib/krb5/posix/memmove.c
@@
-40,8
+40,12
@@
static char sccsid[] = "@(#)bcopy.c 5.11 (Berkeley) 6/21/91";
#endif /* LIBC_SCCS and not lint */
-#include <sys/cdefs.h>
+#include <krb5/osconf.h>
+#ifdef USE_STRING_H
#include <string.h>
+#else
+#include <strings.h>
+#endif
/*
* sizeof(word) MUST BE A POWER OF TWO