mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 10:48:03 -04:00
16 lines
455 B
Plaintext
16 lines
455 B
Plaintext
$NetBSD: patch-dptutil_eventlog_hpp,v 1.1 2011/05/22 19:11:42 dholland Exp $
|
|
|
|
Build fix for semi-modern C++.
|
|
|
|
--- dptutil/eventlog.hpp~ 2002-08-13 15:02:47.000000000 +0000
|
|
+++ dptutil/eventlog.hpp
|
|
@@ -51,7 +51,7 @@ class EventLog:public Command
|
|
{
|
|
|
|
public:
|
|
- EventLog::EventLog(SCSI_Addr_List *deviceList,
|
|
+ EventLog(SCSI_Addr_List *deviceList,
|
|
EventLogOptions cmd);
|
|
EventLog(const EventLog &new_EventLog);
|
|
virtual ~EventLog();
|