mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 10:48:03 -04:00
16 lines
364 B
Plaintext
16 lines
364 B
Plaintext
$NetBSD: patch-dpteng_raid_h,v 1.1 2011/05/22 19:11:42 dholland Exp $
|
|
|
|
Build fix for semi-modern C++.
|
|
|
|
--- dpteng/raid.h~ 2002-08-13 15:02:27.000000000 +0000
|
|
+++ dpteng/raid.h
|
|
@@ -249,7 +249,7 @@ struct raidDef_S : public raidDefinition
|
|
|
|
// Constructor/Destructor.............................
|
|
|
|
- raidDef_S::raidDef_S();
|
|
+ raidDef_S();
|
|
|
|
};
|
|
#endif // c++
|