SOURCES: parted-headers.patch (NEW) - fix <parted/device.h> header...

qboosh qboosh at pld-linux.org
Sun May 28 00:11:04 CEST 2006


Author: qboosh                       Date: Sat May 27 22:11:04 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix <parted/device.h> header; idea from FC

---- Files affected:
SOURCES:
   parted-headers.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/parted-headers.patch
diff -u /dev/null SOURCES/parted-headers.patch:1.1
--- /dev/null	Sun May 28 00:11:04 2006
+++ SOURCES/parted-headers.patch	Sun May 28 00:10:59 2006
@@ -0,0 +1,22 @@
+--- parted-1.7.1/include/parted/device.h.orig	2006-05-27 22:20:04.522149000 +0200
++++ parted-1.7.1/include/parted/device.h	2006-05-27 22:25:19.965863750 +0200
+@@ -135,8 +135,6 @@
+ extern int ped_device_sync_fast (PedDevice* dev);
+ extern PedSector ped_device_check (PedDevice* dev, void* buffer,
+                                    PedSector start, PedSector count);
+-extern PedConstraint* ped_device_get_constraint (PedDevice* dev);
+-
+ /* private stuff ;-) */
+ 
+ extern void _ped_device_probe (const char* path);
+--- parted-1.7.1/include/parted/constraint.h.orig	2006-05-25 19:28:43.000000000 +0200
++++ parted-1.7.1/include/parted/constraint.h	2006-05-27 22:25:20.497897000 +0200
+@@ -93,5 +93,8 @@
+ extern PedConstraint*
+ ped_constraint_exact (const PedGeometry* geom);
+ 
++extern PedConstraint*
++ped_device_get_constraint (PedDevice* dev);
++
+ #endif /* PED_CONSTRAINT_H_INCLUDED */
+ 
================================================================


More information about the pld-cvs-commit mailing list