Common subdirectories: busybox-0.60.2.orig/bootfloppy and busybox-dev/bootfloppy Common subdirectories: busybox-0.60.2.orig/debian and busybox-dev/debian Common subdirectories: busybox-0.60.2.orig/docs and busybox-dev/docs diff -u busybox-0.60.2.orig/init.c busybox-dev/init.c --- busybox-0.60.2.orig/init.c Tue Nov 20 16:43:28 2001 +++ busybox-dev/init.c Thu Feb 20 21:04:14 2003 @@ -63,15 +63,8 @@ int port; int irq; int flags; - int xmit_fifo_size; - int custom_divisor; - int baud_base; - unsigned short close_delay; - char reserved_char[2]; - int hub6; - unsigned short closing_wait; /* time to wait before closing */ - unsigned short closing_wait2; /* no longer used... */ - int reserved[4]; + int ignored[2048]; /* stuff we don't care about, and room for + growth... */ }; Common subdirectories: busybox-0.60.2.orig/kernel-patches and busybox-dev/kernel-patches Common subdirectories: busybox-0.60.2.orig/libbb and busybox-dev/libbb Common subdirectories: busybox-0.60.2.orig/pwd_grp and busybox-dev/pwd_grp Common subdirectories: busybox-0.60.2.orig/scripts and busybox-dev/scripts Common subdirectories: busybox-0.60.2.orig/tests and busybox-dev/tests