Skip to content

Commit

Permalink
fix(xform): remove duplicate definition of EX_OSERR
Browse files Browse the repository at this point in the history
Remove the duplicate definition of EX_OSERR by including utils.h for
xform.
  • Loading branch information
stevenh committed Sep 28, 2021
1 parent 0cc06b2 commit 72346f3
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions xform.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,9 @@
#include <stdarg.h>
#include <ctype.h>

#ifndef _WIN32
#include <err.h>
#include <sysexits.h>
#endif

#include "utils.h"
#include "xform.h"

#ifndef EX_OSERR
#define EX_OSERR 71
#endif

/*
* Flag controlling if xform methods do any processing except transforming
* NULL to blank string
Expand Down

0 comments on commit 72346f3

Please sign in to comment.