| Add some computer love. - geomyidae - A small C-based gopherd. | |
| git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfri… | |
| Log | |
| Files | |
| Refs | |
| Tags | |
| 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", |