Sign in
apache
/
infrastructure-ezmlm-idx
/
refs/heads/avoid-duplicate-headers
/
.
/
die_badaddr.c
blob: 4264cfbcb3666fe9b8ca0ecc9055696325b3f127 [
file
]
#include
"strerr.h"
#include
"messages.h"
#include
"die.h"
void
die_badaddr
(
void
)
{
strerr_die2x
(
100
,
FATAL
,
MSG
(
ERR_BAD_ADDRESS
));
}