bug-hurd
[Top][All Lists]
Advanced

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

[patch] bug in libstore/std.c


From: Kevin Kreamer
Subject: [patch] bug in libstore/std.c
Date: Wed, 10 Oct 2001 01:01:24 -0500
User-agent: Mutt/1.3.20i

Neal and I found a bug in libstore/std.c where &store_part_class was 
not compiled in due to HAVE_PARTED_PARTED_H not being defined.  Neal's 
suggested fix was to change it to HAVE_LIBPARTED, which is the included
patch.

ChangeLog entry:
2001-10-10  Kevin Kreamer  <kkreamer@etherhogz.org>

        * std.c: Change "HAVE_PARTED_PARTED_H" to "HAVE_LIBPARTED".


Index: std.c
===================================================================
RCS file: /cvsroot/hurd/hurd/libstore/std.c,v
retrieving revision 1.8
diff -u -p -r1.8 std.c
--- std.c       2001/09/28 06:12:38     1.8
+++ std.c       2001/10/10 10:43:52
@@ -24,7 +24,7 @@ const struct store_class *const
 store_std_classes[] =
 {
   &store_device_class,
-#if HAVE_PARTED_PARTED_H
+#if HAVE_LIBPARTED
   &store_part_class,
 #endif
   &store_file_class,

Thanks,
Kevin
-- 
Kevin Kreamer
FsckIt on openprojects.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]