kopia lustrzana https://gitlab.com/sane-project/backends
Fix autogenerated files
rodzic
cc8acd0d7e
commit
c2df6b9677
|
@ -1,3 +1,8 @@
|
|||
2007-01-20 Mattias Ellert <mattias.ellert@tsl.uu.se>
|
||||
|
||||
* acinclude.m4, aclocal.m4, configure, include/sane/config.h.in:
|
||||
Fix autogenerated files
|
||||
|
||||
2007-01-19 Mattias Ellert <mattias.ellert@tsl.uu.se>
|
||||
|
||||
* doc/descriptions/unsupported.desc: Added Visioneer Strobe Pro USB
|
||||
|
|
|
@ -6772,3 +6772,6 @@ done
|
|||
SED=$lt_cv_path_SED
|
||||
AC_MSG_RESULT([$SED])
|
||||
])
|
||||
|
||||
m4_include([m4/byteorder.m4])
|
||||
m4_include([m4/stdint.m4])
|
||||
|
|
|
@ -12,5 +12,3 @@
|
|||
# PARTICULAR PURPOSE.
|
||||
|
||||
m4_include([acinclude.m4])
|
||||
m4_include([m4/byteorder.m4])
|
||||
m4_include([m4/stdint.m4])
|
||||
|
|
Plik diff jest za duży
Load Diff
|
@ -421,7 +421,7 @@
|
|||
|
||||
/* If using the C implementation of alloca, define if you know the
|
||||
direction of stack growth for your system; otherwise it will be
|
||||
automatically deduced at runtime.
|
||||
automatically deduced at run-time.
|
||||
STACK_DIRECTION > 0 => grows toward higher addresses
|
||||
STACK_DIRECTION < 0 => grows toward lower addresses
|
||||
STACK_DIRECTION = 0 => direction of growth unknown */
|
||||
|
@ -477,7 +477,7 @@
|
|||
/* Define scsireq_t as \`struct scsireq\' if necessary. */
|
||||
#undef scsireq_t
|
||||
|
||||
/* Define to `unsigned int' if <sys/types.h> does not define. */
|
||||
/* Define to `unsigned' if <sys/types.h> does not define. */
|
||||
#undef size_t
|
||||
|
||||
/* Define socklen_t as \`int\' if necessary. */
|
||||
|
|
Ładowanie…
Reference in New Issue