mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
312 B
C++
14 lines
312 B
C++
$NetBSD: patch-src_include_logsupport.h,v 1.2 2014/03/14 14:39:22 mef Exp $
|
|
|
|
Fix a header guard to reduce warnings.
|
|
|
|
--- src/include/logsupport.h.orig 2013-09-17 19:27:33.000000000 +0000
|
|
+++ src/include/logsupport.h
|
|
@@ -1,5 +1,5 @@
|
|
#ifndef SUPPORT_H
|
|
-#define SUPPORT_h
|
|
+#define SUPPORT_H
|
|
|
|
#include <string>
|
|
|