projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dc2801
)
Specify include file for bcopy().
author
Bruno Haible
<bruno@clisp.org>
Sun, 19 Oct 2008 14:54:34 +0000
(16:54 +0200)
committer
Bruno Haible
<bruno@clisp.org>
Sun, 19 Oct 2008 14:54:34 +0000
(16:54 +0200)
ChangeLog
patch
|
blob
|
history
modules/bcopy
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 38b4cbe42868708453b20a7eb90917d86dc2642c..1b9512bbf60514b1ce02bd30b89c16eb3dfc8d74 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2008-10-19 Bruno Haible <bruno@clisp.org>
+
+ * modules/bcopy (Depends-on): Add strings.
+ (Include): Specify <strings.h>.
+
2008-10-19 Bruno Haible <bruno@clisp.org>
* doc/posix-functions/atexit.texi: Update doc regarding mingw.
diff --git
a/modules/bcopy
b/modules/bcopy
index be04d29bc089fd500c6ef6b9ec33f2904a0e9673..d4a2bb93b7626f6b3c3a6680cf195e914a020bad 100644
(file)
--- a/
modules/bcopy
+++ b/
modules/bcopy
@@
-5,6
+5,7
@@
Files:
lib/bcopy.c
Depends-on:
+strings
configure.ac:
AC_REPLACE_FUNCS(bcopy)
@@
-12,6
+13,7
@@
AC_REPLACE_FUNCS(bcopy)
Makefile.am:
Include:
+<strings.h>
License:
GPL