1 /* $NetBSD: common.c,v 1.1 2007/02/18 22:13:42 rmind Exp $ */
2 /* $OpenBSD: common.c,v 1.4 2006/05/25 03:20:32 ray Exp $ */
5 * Written by Raymond Lai <ray@cyth.net>.
16 cleanup(const char *filename
)
19 err(2, "could not delete: %s", filename
);