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

Last changes from enrique



Hi,

i cannot check-in anything, not to the old location nor the new one!!!

Someone should change this two:

dbootstrap/boxes.c line 9 (this is how it should look)

#include <sys/types.h>
#include <fcntl.h>
#include <newt.h>
#include "dbootstrap.h"
#include INCLINGUA

>From "dinstall.h" into "dbootstrap.h"

--------------

dbootstrap/bootconfig.c line 89  (this is how it should look)

#if #cpu (m68k)
  if(strcmp(Arch2,"Amiga")==0) {
     problemBox(_("Creating the boot floppy is still not possible for Amiga."),_("Problem"));
     return 0;
  }
  if(strcmp(Arch2,"VME")==0) {
     problemBox(_("Creating the boot floppy is still not possible for VME."),_("Problem"));
     return 0;
  }
#endif

#if #cpu (powerpc)
   problemBox(_("Creating the boot floppy is still not possible for PowerPC."),_("Problem"));
   return 0;
#endif

do_umount(device,0);
do_umount("/floppy",0);

#ifdef SCSI_FLOPPY
  if (strncmp(device,"/dev/sfd", 8)) /* not scsi floppy */
#endif
fdflush(device);

----------------------

There is another compile-problem, but must first check this. 


Thanks,

    Hartmut


Reply to: