Introduction
Introduction Statistics Contact Development Disclaimer Help
Add some computer love. - geomyidae - a small C-based gopherd (mirror)
git clone git://git.codemadness.org/geomyidae
Log
Files
Refs
README
LICENSE
---
commit df8683b61ecb57affad4055f649560a2a789950e
parent 68468c715b7bd84a26a6b1f0bf97dd9fd8234b8a
Author: Christoph Lohmann <[email protected]>
Date: Fri, 11 Nov 2022 07:46:43 +0100
Add some computer love.
I liked it, so I added it. Programming is fun.
Diffstat:
M main.c | 4 ++++
1 file changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/main.c b/main.c
@@ -808,6 +808,10 @@ main(int argc, char *argv[])
initsignals();
+#ifdef HOT_COMPUTER
+#warning "I love you too."
+#endif
+
#ifdef __OpenBSD__
char promises[31]; /* check the size needed in the fork too */
snprintf(promises, sizeof(promises), "rpath inet stdio proc exec %s",
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.