[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[tyndur-devel] [PATCH 0/2] Fixes fuer yasm



Die folgenden beiden Patches sind noetig, um yasm unter tyndur zum Laufen zu
bringen.

Kevin Wolf (2):
  bsdtypes.h: LONG_BITS == 64 ist fuer i386 falsch
  libc: fgets-Rueckgabe enthaelt Zeilenumbruch

 src/include/bsdtypes.h         |    6 ++++++
 src/modules/c/shell/shell.c    |    7 +++++++
 src/modules/init/init.c        |    6 ++++++
 src/modules/lib/posix/socket.c |    6 ++++++
 src/modules/lib/stdlibc/file.c |    7 +++++--
 src/modules/servmgr/config.c   |   10 ++++++++++
 6 files changed, 40 insertions(+), 2 deletions(-)