diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-01-08 17:21:29 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-01-08 17:21:34 +0100 |
commit | ed1fcc0c4dd002c136dde63b0da9dc7c13577e28 (patch) | |
tree | 7f4a54884ff86494bbed501d009311266ab7adc9 | |
parent | 3c0f64ea2b73f3ed1bdc930195fdfac55a85a941 (diff) | |
download | gnunet-ed1fcc0c4dd002c136dde63b0da9dc7c13577e28.tar.gz gnunet-ed1fcc0c4dd002c136dde63b0da9dc7c13577e28.zip |
fix
-rw-r--r-- | src/include/platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/platform.h b/src/include/platform.h index 23bc76ef5..c04d8d487 100644 --- a/src/include/platform.h +++ b/src/include/platform.h | |||
@@ -273,7 +273,7 @@ atoll (const char *nptr); | |||
273 | #define EXIT_NOTRUNNING 7 | 273 | #define EXIT_NOTRUNNING 7 |
274 | #endif | 274 | #endif |
275 | 275 | ||
276 | #ifndef EXIT_NO_RESTART 9 | 276 | #ifndef EXIT_NO_RESTART |
277 | #define EXIT_NO_RESTART 9 | 277 | #define EXIT_NO_RESTART 9 |
278 | #endif | 278 | #endif |
279 | 279 | ||