Skip to content

Commit 72346f3

Browse files
committed
fix(xform): remove duplicate definition of EX_OSERR
Remove the duplicate definition of EX_OSERR by including utils.h for xform.
1 parent 0cc06b2 commit 72346f3

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

xform.c

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,9 @@
1717
#include <stdarg.h>
1818
#include <ctype.h>
1919

20-
#ifndef _WIN32
21-
#include <err.h>
22-
#include <sysexits.h>
23-
#endif
24-
20+
#include "utils.h"
2521
#include "xform.h"
2622

27-
#ifndef EX_OSERR
28-
#define EX_OSERR 71
29-
#endif
30-
3123
/*
3224
* Flag controlling if xform methods do any processing except transforming
3325
* NULL to blank string

0 commit comments

Comments
 (0)