mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 21:42:39 -04:00
28 lines
431 B
Plaintext
28 lines
431 B
Plaintext
$NetBSD: patch-ai,v 1.1 2009/09/23 09:35:48 sketch Exp $
|
|
|
|
--- src/ck-log-event.h.orig Wed Sep 23 10:29:34 2009
|
|
+++ src/ck-log-event.h Wed Sep 23 10:33:19 2009
|
|
@@ -45,18 +45,22 @@
|
|
|
|
typedef struct
|
|
{
|
|
+ int dummy;
|
|
} CkLogNoneEvent;
|
|
|
|
typedef struct
|
|
{
|
|
+ int dummy;
|
|
} CkLogSystemStopEvent;
|
|
|
|
typedef struct
|
|
{
|
|
+ int dummy;
|
|
} CkLogSystemRestartEvent;
|
|
|
|
typedef struct
|
|
{
|
|
+ int dummy;
|
|
} CkLogSystemStartEvent;
|
|
|
|
typedef struct
|