From 78488dc84afac1398e582ae6bbaf9606d07afa1e Mon Sep 17 00:00:00 2001 From: John Denker Date: Sat, 2 Jun 2012 18:38:28 -0700 Subject: checkpassword ... as downloaded --- checkpasswd/strerr_sys.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 checkpasswd/strerr_sys.c (limited to 'checkpasswd/strerr_sys.c') diff --git a/checkpasswd/strerr_sys.c b/checkpasswd/strerr_sys.c new file mode 100644 index 0000000..b484197 --- /dev/null +++ b/checkpasswd/strerr_sys.c @@ -0,0 +1,12 @@ +#include "error.h" +#include "strerr.h" + +struct strerr strerr_sys; + +void strerr_sysinit(void) +{ + strerr_sys.who = 0; + strerr_sys.x = error_str(errno); + strerr_sys.y = ""; + strerr_sys.z = ""; +} -- cgit v1.2.3