diff options
Diffstat (limited to 'osdep-openbsd.c')
-rw-r--r-- | osdep-openbsd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/osdep-openbsd.c b/osdep-openbsd.c index 5e06d671..6657a464 100644 --- a/osdep-openbsd.c +++ b/osdep-openbsd.c @@ -1,4 +1,4 @@ -/* $Id: osdep-openbsd.c,v 1.13 2009-02-13 00:43:04 nicm Exp $ */ +/* $Id: osdep-openbsd.c,v 1.14 2009-02-17 18:54:14 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net> @@ -22,7 +22,6 @@ #include <sys/sysctl.h> #include <sys/stat.h> -#include <err.h> #include <errno.h> #include <stdlib.h> #include <string.h> |