6409197fe1
(upstream git commit ea45371bda1aa96fe63967c15e360b11d9d84bbd) Fix bad #define (upstream git commit b2ff838be24f5effae9ac4b75bd1897b710a60dc)
16 lines
420 B
Plaintext
16 lines
420 B
Plaintext
$OpenBSD: patch-src_include_common_Constants_h,v 1.1 2011/12/27 11:51:37 dcoppa Exp $
|
|
|
|
Fix bad #define (git commit b2ff838be24f5effae9ac4b75bd1897b710a60dc)
|
|
|
|
--- src/include/common/Constants.h.orig Tue Dec 27 10:44:55 2011
|
|
+++ src/include/common/Constants.h Tue Dec 27 10:45:22 2011
|
|
@@ -24,7 +24,7 @@
|
|
//
|
|
|
|
#ifndef COMMONCONSTANTS_H
|
|
-#define COMMONMACROS_H
|
|
+#define COMMONCONSTANTS_H
|
|
|
|
const unsigned UNLIMITED = 0;
|
|
|