mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
The last release, 1.10, is four years old. The git tree since fixes numerous bugs present in 1.10. Reviewed by: portlint Sponsored by: EMC / Isilon Storage Division
5 lines
124 B
C
5 lines
124 B
C
--- exitfail.h.orig 2016-07-14 06:29:38 UTC
|
|
+++ exitfail.h
|
|
@@ -0,0 +1,2 @@
|
|
+#pragma once
|
|
+#define exit_failure EXIT_FAILURE
|