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

Bug#137748: possible thinko in dbootstrap.h



Package: boot-floppies
Tags: patch

I think the fs_type_tab[] thing should be declared extern here.
We don't define the number of members yet, and I think we want it 
to be seen by problem_report.c as well.


RCS file: /org/cvs.debian.org/cvs/debian-boot/boot-floppies/utilities/dbootstrap/dbootstrap.h,v
retrieving revision 1.101
diff -u -u -r1.101 dbootstrap.h
--- dbootstrap.h        2002/03/09 22:33:39     1.101
+++ dbootstrap.h        2002/03/10 21:07:36
@@ -181,7 +181,7 @@
 extern char *kernel_cd, *base_cd;
 extern int wants_cd, probe_mode;
 
-static const char * fs_type_tab[];
+extern const char * fs_type_tab[];
 
 struct fdisk_partition *
     select_not_mounted(const char *message, const char *title, int ntypes, ...);

-- 
dancer@debian.org : Junichi Uekawa   http://www.netfort.gr.jp/~dancer
GPG Fingerprint : 17D6 120E 4455 1832 9423  7447 3059 BF92 CD37 56F4



Reply to: