artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d13752d
)
Don't default enable the debug functionality with its unprotected getenv().
author
guenther
<guenther@openbsd.org>
Thu, 17 Apr 2014 15:28:26 +0000
(15:28 +0000)
committer
guenther
<guenther@openbsd.org>
Thu, 17 Apr 2014 15:28:26 +0000
(15:28 +0000)
ok eric@ sthen@ deraadt@
lib/libc/asr/asr_private.h
patch
|
blob
|
history
diff --git
a/lib/libc/asr/asr_private.h
b/lib/libc/asr/asr_private.h
index
d03e686
..
1980373
100644
(file)
--- a/
lib/libc/asr/asr_private.h
+++ b/
lib/libc/asr/asr_private.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: asr_private.h,v 1.2
5 2014/03/25 19:48:11 eric Exp $
*/
+/* $OpenBSD: asr_private.h,v 1.2
6 2014/04/17 15:28:26 guenther Exp $
*/
/*
* Copyright (c) 2012 Eric Faurot <eric@openbsd.org>
*
@@
-17,10
+17,6
@@
#include <stdio.h>
-#ifndef ASRNODEBUG
-#define DEBUG
-#endif
-
#define QR_MASK (0x1 << 15)
#define OPCODE_MASK (0xf << 11)
#define AA_MASK (0x1 << 10)