projects
/
pgpool1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5deafa4
)
fixed a mistype in the define macro.
author
User yamaguti
<yamaguti at pgfoundry.org>
Sun, 17 Dec 2006 11:20:22 +0000
(11:20 +0000)
committer
User yamaguti
<yamaguti at pgfoundry.org>
Sun, 17 Dec 2006 11:20:22 +0000
(11:20 +0000)
pool_signal.h
patch
|
blob
|
blame
|
history
diff --git
a/pool_signal.h
b/pool_signal.h
index f89d8b3ff956d063fc2fb5bbe799901a56c74934..6d4751d4442ab1cb3717bc2e2a3359ae8c6e8718 100644
(file)
--- a/
pool_signal.h
+++ b/
pool_signal.h
@@
-25,7
+25,7
@@
*/
#ifndef POOL_SIGNAL_H
-#define POOL_SIGNALH
+#define POOL_SIGNAL
_
H
/*
* Signal stuff. Stolen from PostgreSQL source code.