40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
Index: plibffi/ChangeLog.libffi
|
|
===================================================================
|
|
--- plibffi.orig/ChangeLog.libffi
|
|
+++ plibffi/ChangeLog.libffi
|
|
@@ -1,3 +1,8 @@
|
|
+2009-10-11 Matthias Klose <doko@ubuntu.com>
|
|
+
|
|
+ * man/ffi_call.3: Fix #include in examples.
|
|
+ * doc/libffi.texi: Add dircategory.
|
|
+
|
|
2009-10-23 Frank Everdij <f.p.x.everdij@tudelft.nl>
|
|
|
|
* include/ffi.h.in: Placed '__GNUC__' ifdef around
|
|
Index: plibffi/doc/libffi.texi
|
|
===================================================================
|
|
--- plibffi.orig/doc/libffi.texi
|
|
+++ plibffi/doc/libffi.texi
|
|
@@ -31,7 +31,7 @@ section entitled ``GNU General Public Li
|
|
@end quotation
|
|
@end copying
|
|
|
|
-@dircategory
|
|
+@dircategory Development
|
|
@direntry
|
|
* libffi: (libffi). Portable foreign-function interface library.
|
|
@end direntry
|
|
Index: plibffi/man/ffi_call.3
|
|
===================================================================
|
|
--- plibffi.orig/man/ffi_call.3
|
|
+++ plibffi/man/ffi_call.3
|
|
@@ -43,7 +43,7 @@ integral type must be used to hold
|
|
the return value.
|
|
.Sh EXAMPLES
|
|
.Bd -literal
|
|
-#include <ffi/ffi.h>
|
|
+#include <ffi.h>
|
|
#include <stdio.h>
|
|
|
|
unsigned char
|